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:
@@ -75,7 +75,7 @@ CreatePlanetContext (void)
|
|||||||
UnlockMutex (GraphicsLock);
|
UnlockMutex (GraphicsLock);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
DestroyPlanetContext (void)
|
DestroyPlanetContext (void)
|
||||||
{
|
{
|
||||||
if (PlanetContext)
|
if (PlanetContext)
|
||||||
|
|||||||
@@ -536,7 +536,7 @@ drawPlanetCursor (BOOLEAN filled)
|
|||||||
DrawStamp (&s);
|
DrawStamp (&s);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
setPlanetCursorLoc (POINT new_pt)
|
setPlanetCursorLoc (POINT new_pt)
|
||||||
{
|
{
|
||||||
new_pt.x >>= MAG_SHIFT;
|
new_pt.x >>= MAG_SHIFT;
|
||||||
|
|||||||
Reference in New Issue
Block a user