Fixed an initializer warning

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2012 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2005-11-21 05:06:36 +00:00
parent d6603a7aad
commit dcde51b065
+2 -2
View File
@@ -71,8 +71,8 @@ typedef enum
static void static void
DrawOrbitalDisplay (DRAW_ORBITAL_MODE Mode) DrawOrbitalDisplay (DRAW_ORBITAL_MODE Mode)
{ {
RECT r = { SIS_ORG_X, SIS_ORG_Y, RECT r = { { SIS_ORG_X, SIS_ORG_Y },
SIS_SCREEN_WIDTH, SIS_SCREEN_HEIGHT }; { SIS_SCREEN_WIDTH, SIS_SCREEN_HEIGHT } };
BatchGraphics (); BatchGraphics ();