summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp
index c98e05ad9..49b8bc633 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -39,7 +39,7 @@ enum glwp_modes {
GLWP_END
};
-extern void SwitchMode(int new_mode);
+extern void SwitchToMode(SwitchMode new_mode);
extern void MakeNewgameSettingsLive();
static inline void SetNewLandscapeType(byte landscape)