summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2020-05-10 16:04:04 +0200
committerCharles Pigott <charlespigott@googlemail.com>2020-05-10 20:02:55 +0100
commit0ed00ae1113f71b6bb34a67c013e96e69929e023 (patch)
treec487faf76b2e6bceab20cdb27f4dc01a82dc872e /src/gamelog.h
parent3ba34a72aabf9f34fa3ae71ca6605989918b813e (diff)
downloadopenttd-0ed00ae1113f71b6bb34a67c013e96e69929e023.tar.xz
Fix: Stop any gamelog action when recovering from SlError()
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index 0f21fe0f1..e7951c50c 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -27,6 +27,7 @@ enum GamelogActionType {
void GamelogStartAction(GamelogActionType at);
void GamelogStopAction();
+void GamelogStopAnyAction();
void GamelogFree(struct LoggedAction *gamelog_action, uint gamelog_actions);
void GamelogReset();