(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte.

This commit is contained in:
yexo
2009-02-25 00:14:46 +00:00
parent d86ae1fde6
commit 901230bde1
6 changed files with 11 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ static void CloseWindowsConsoleThread()
static void *_dedicated_video_mem;
extern bool SafeSaveOrLoad(const char *filename, int mode, int newgm, Subdirectory subdir);
extern bool SafeSaveOrLoad(const char *filename, int mode, GameMode newgm, Subdirectory subdir);
extern void SwitchMode(int new_mode);
static FVideoDriver_Dedicated iFVideoDriver_Dedicated;