diff --git a/settings_gui.c b/settings_gui.c --- a/settings_gui.c +++ b/settings_gui.c @@ -487,6 +487,8 @@ void SetDifficultyLevel(int mode, GameOp } } +extern void StartupEconomy(); + static void GameDifficultyWndProc(Window *w, WindowEvent *e) { switch(e->event) {