aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2')
-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);