summaryrefslogtreecommitdiff
path: root/src/error.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-07-08 18:41:50 +0000
committerfrosch <frosch@openttd.org>2012-07-08 18:41:50 +0000
commit73706925d1d429d8edc74f562a2a0f3d4f1b015f (patch)
tree97b9143ca43d7858e4dea78d9d849475ca6a2f99 /src/error.h
parent8e170df609310b78221aeca16431bdcdda9c5958 (diff)
downloadopenttd-73706925d1d429d8edc74f562a2a0f3d4f1b015f.tar.xz
(svn r24388) -Fix [FS#5233]: Do not consider not finding a particular base set critical; just load a different one and display an in-game error later on.
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.h b/src/error.h
index eeb90557d..34fb3fb2c 100644
--- a/src/error.h
+++ b/src/error.h
@@ -48,6 +48,8 @@ public:
void CopyOutDParams();
};
+void ScheduleErrorMessage(const ErrorMessageData &data);
+
void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, WarningLevel wl, int x = 0, int y = 0, uint textref_stack_size = 0, const uint32 *textref_stack = NULL);
void ClearErrorMessages();
void ShowFirstError();