(svn r24790) -Remove: Classic difficulty profiles.

This commit is contained in:
frosch
2012-12-05 19:36:41 +00:00
parent 9ef1c5f4c3
commit 76fef0843c
78 changed files with 137 additions and 761 deletions

View File

@@ -111,7 +111,7 @@ struct EndGameWindow : EndGameHighScoreBaseWindow {
} else {
/* in single player _local company is always valid */
const Company *c = Company::Get(_local_company);
this->window_number = _settings_game.difficulty.diff_level;
this->window_number = SP_CUSTOM;
this->rank = SaveHighScoreValue(c);
}
@@ -177,7 +177,6 @@ struct HighScoreWindow : EndGameHighScoreBaseWindow {
Point pt = this->GetTopLeft640x480();
SetDParam(0, ORIGINAL_END_YEAR);
SetDParam(1, this->window_number + STR_DIFFICULTY_LEVEL_EASY);
DrawStringMultiLine(pt.x + 70, pt.x + 570, pt.y, pt.y + 140, !_networking ? STR_HIGHSCORE_TOP_COMPANIES_WHO_REACHED : STR_HIGHSCORE_TOP_COMPANIES_NETWORK_GAME, TC_FROMSTRING, SA_CENTER);
/* Draw Highscore peepz */