(svn r16414) -Change: Make it harder to ignore/close important error messages. Esp. do not close them automatically after some time.

This commit is contained in:
frosch
2009-05-24 12:50:58 +00:00
parent bc9c2e43fe
commit 8109a74c95
5 changed files with 25 additions and 12 deletions

View File

@@ -58,7 +58,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);
void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y, bool no_timeout = false);
void ShowSmallMap();
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);