From 6edc86a19b6060c9f0f257b05ff711b021910de4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 7 Dec 2010 18:54:21 +0000 Subject: DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine svn-id: r54815 --- engines/sword2/console.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'engines/sword2') diff --git a/engines/sword2/console.h b/engines/sword2/console.h index 6cdee91ea0..2de8299780 100644 --- a/engines/sword2/console.h +++ b/engines/sword2/console.h @@ -82,12 +82,13 @@ public: void buildDebugText(); void drawDebugGraphics(); -protected: - Sword2Engine *_vm; - +private: virtual void preEnter(); virtual void postEnter(); +private: + Sword2Engine *_vm; + // Commands bool Cmd_Mem(int argc, const char **argv); bool Cmd_Tony(int argc, const char **argv); -- cgit v1.2.3