Get rid of warnings.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2448 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-10-05 16:21:49 +00:00
parent 332337eaec
commit 152310ea9d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ typedef MOUSE_ERROR_STATE *PMOUSE_ERROR_STATE;
#define Y_STEP (SCREEN_HEIGHT / NUM_STEPS)
#define MENU_FRAME_RATE (ONE_SECOND / 60)
BOOLEAN
static BOOLEAN
DoMouseError (PMOUSE_ERROR_STATE pInputState)
{
if (!pInputState->initialized)
+2 -2
View File
@@ -254,7 +254,7 @@ else if (InputState & DEVICE_EXIT) return (FALSE);
return (TRUE);
}
BOOLEAN
static BOOLEAN
RestartMenu (PMENU_STATE pMS)
{
DWORD TimeOut;
@@ -340,7 +340,7 @@ RestartMenu (PMENU_STATE pMS)
return (LOBYTE (GLOBAL (CurrentActivity)) != SUPER_MELEE);
}
BOOLEAN
static BOOLEAN
TryStartGame (void)
{
MENU_STATE MenuState;