Fix warnings.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3513 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2010-01-23 22:17:08 +00:00
parent 5ef567877a
commit 3fbcb78b99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ CreatePlanetContext (void)
UnlockMutex (GraphicsLock);
}
void
static void
DestroyPlanetContext (void)
{
if (PlanetContext)
+1 -1
View File
@@ -536,7 +536,7 @@ drawPlanetCursor (BOOLEAN filled)
DrawStamp (&s);
}
void
static void
setPlanetCursorLoc (POINT new_pt)
{
new_pt.x >>= MAG_SHIFT;