diff options
Diffstat (limited to 'settings_gui.c')
-rw-r--r-- | settings_gui.c | 2 |
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) { |