aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/console.h
diff options
context:
space:
mode:
authorMax Horn2010-12-07 18:54:21 +0000
committerMax Horn2010-12-07 18:54:21 +0000
commit6edc86a19b6060c9f0f257b05ff711b021910de4 (patch)
treea22172aa4624fb14c6e0fda4c21c09ec4a1e93b3 /engines/sword2/console.h
parentce0f0bd0560d713aeddb45c16506cc9d2387c136 (diff)
downloadscummvm-rg350-6edc86a19b6060c9f0f257b05ff711b021910de4.tar.gz
scummvm-rg350-6edc86a19b6060c9f0f257b05ff711b021910de4.tar.bz2
scummvm-rg350-6edc86a19b6060c9f0f257b05ff711b021910de4.zip
DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine
svn-id: r54815
Diffstat (limited to 'engines/sword2/console.h')
-rw-r--r--engines/sword2/console.h7
1 files changed, 4 insertions, 3 deletions
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);