diff options
author | yexo <yexo@openttd.org> | 2009-02-25 00:14:46 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-02-25 00:14:46 +0000 |
commit | bd2544b5ead713fa327536fe577da74e5119db98 (patch) | |
tree | 82b010bb9aac9f8bd447c528656ec56260040abb /src/video | |
parent | a23818b14643143761f4ee776bbf646ef1fc9b52 (diff) | |
download | openttd-bd2544b5ead713fa327536fe577da74e5119db98.tar.xz |
(svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte.
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/dedicated_v.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 7cf9da897..7a4e1a406 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -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; |