summaryrefslogtreecommitdiff
path: root/src/game/game_instance.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-01-02 22:44:28 +0000
committerrubidium <rubidium@openttd.org>2012-01-02 22:44:28 +0000
commitd2f776ef3ee7bd78eb1daec310f3e253b8323ea0 (patch)
treea2bd78f0098c6b405fa3a0bd0e700546a06a47e3 /src/game/game_instance.hpp
parent8371ecc9229c91066d0d933020598b07ad3e4400 (diff)
downloadopenttd-d2f776ef3ee7bd78eb1daec310f3e253b8323ea0.tar.xz
(svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when the game script crashes
Diffstat (limited to 'src/game/game_instance.hpp')
-rw-r--r--src/game/game_instance.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_instance.hpp b/src/game/game_instance.hpp
index efb67398d..08ce34424 100644
--- a/src/game/game_instance.hpp
+++ b/src/game/game_instance.hpp
@@ -30,6 +30,7 @@ public:
private:
/* virtual */ void RegisterAPI();
+ /* virtual */ void Died();
/* virtual */ CommandCallback *GetDoCommandCallback();
/* virtual */ void LoadDummyScript() {}
};