From d2f776ef3ee7bd78eb1daec310f3e253b8323ea0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 2 Jan 2012 22:44:28 +0000 Subject: (svn r23720) -Fix/Feature [FS#4935]: show the script debug window also when the game script crashes --- src/game/game_instance.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/game_instance.hpp') 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() {} }; -- cgit v1.2.3-54-g00ecf