(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).
This commit is contained in:
darkvater
2004-08-13 21:48:04 +00:00
parent 4ba568d6b2
commit 15f3aaf824
5 changed files with 309 additions and 25 deletions

View File

@@ -487,6 +487,8 @@ void SetDifficultyLevel(int mode, GameOptions *gm_opt)
}
}
extern void StartupEconomy();
static void GameDifficultyWndProc(Window *w, WindowEvent *e)
{
switch(e->event) {