(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

@@ -52,7 +52,7 @@ StringID EndGameGetPerformanceTitleFromValue(uint value)
/** Save the highscore for the company */
int8 SaveHighScoreValue(const Company *c)
{
HighScore *hs = _highscore_table[_settings_game.difficulty.diff_level];
HighScore *hs = _highscore_table[SP_CUSTOM];
uint i;
uint16 score = c->old_economy[0].performance_history;