(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
This commit is contained in:
@@ -65,7 +65,7 @@ void ShowIndustryDirectory();
|
||||
void ShowSubsidiesList();
|
||||
|
||||
void ShowEstimatedCostOrIncome(Money cost, int x, int y);
|
||||
void ShowErrorMessage(StringID detailed_msg, StringID summary_msg, int x, int y, bool no_timeout = false);
|
||||
void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, int x, int y, bool no_timeout = false);
|
||||
|
||||
void ShowSmallMap();
|
||||
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);
|
||||
|
Reference in New Issue
Block a user