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:
@@ -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 ();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user