summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-08-13 21:48:04 +0000
committerdarkvater <darkvater@openttd.org>2004-08-13 21:48:04 +0000
commit15f3aaf82490f7f2f25654e649b3db502f1de4ac (patch)
treedef98d0db3d6dd27b12b7de9ed02ac888f460733 /settings_gui.c
parent4ba568d6b27f6ce931f9f047d86ce48529219d06 (diff)
downloadopenttd-15f3aaf82490f7f2f25654e649b3db502f1de4ac.tar.xz
(svn r47) -Fix StartupEconomy warning in settings_gui.c
-More British language fixes (orudge) -Added original vehicle names file. Select it from the list. Vehicles will have real name, all other strings are in English (orudge).
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 53e27f7a5..cd214f7c4 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -487,6 +487,8 @@ void SetDifficultyLevel(int mode, GameOptions *gm_opt)
}
}
+extern void StartupEconomy();
+
static void GameDifficultyWndProc(Window *w, WindowEvent *e)
{
switch(e->event) {