(svn r24790) -Remove: Classic difficulty profiles.

This commit is contained in:
frosch
2012-12-05 19:36:41 +00:00
parent 812ae4140a
commit d1ab0f03bc
78 changed files with 137 additions and 761 deletions

View File

@@ -74,7 +74,6 @@ void ResetMusic();
void CallWindowTickEvent();
bool HandleBootstrap();
extern void SetDifficultyLevel(int mode, DifficultySettings *gm_opt);
extern Company *DoStartupNewCompany(bool is_ai, CompanyID company = INVALID_COMPANY);
extern void ShowOSErrorBox(const char *buf, bool system);
extern char *_config_file;