summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 0758bf29b..a357d9803 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1031,7 +1031,7 @@ void SwitchToMode(SwitchMode new_mode)
}
if (_switch_mode_errorstr != INVALID_STRING_ID) {
- ShowErrorMessage(INVALID_STRING_ID, _switch_mode_errorstr, 0, 0);
+ ShowErrorMessage(INVALID_STRING_ID, _switch_mode_errorstr, 0, 0, true);
}
}