(svn r17927) -Codechange: Rename error message string variables.

This commit is contained in:
alberth
2009-10-31 18:22:39 +00:00
parent 67cae40ec1
commit 4ce1f5f0a0
2 changed files with 36 additions and 36 deletions

View File

@@ -65,7 +65,7 @@ void ShowIndustryDirectory();
void ShowSubsidiesList();
void ShowEstimatedCostOrIncome(Money cost, int x, int y);
void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y, bool no_timeout = false);
void ShowErrorMessage(StringID detailed_msg, StringID summary_msg, int x, int y, bool no_timeout = false);
void ShowSmallMap();
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);