summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-05-24 12:50:58 +0000
committerfrosch <frosch@openttd.org>2009-05-24 12:50:58 +0000
commit8109a74c95c0b6882c681ee012c57bf503c7b602 (patch)
treeb0469f41564337b19ec68fc80a0f3f19e8aa3664 /src/gui.h
parentbc9c2e43fe439bea31ea2a76c53d7fb16b1aa148 (diff)
downloadopenttd-8109a74c95c0b6882c681ee012c57bf503c7b602.tar.xz
(svn r16414) -Change: Make it harder to ignore/close important error messages. Esp. do not close them automatically after some time.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 963198e4e..d34994106 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -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);