aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/events.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2010-02-10 11:11:31 +0000
committerPaul Gilbert2010-02-10 11:11:31 +0000
commit3415cae9ad8d588c04926c0c695bc277796f17ef (patch)
treeea3e70fbff31ad451c6fb3ea2550e72bded45715 /engines/m4/events.cpp
parenta435237a385a96e979f06cf0b6b5d6a2287656db (diff)
downloadscummvm-rg350-3415cae9ad8d588c04926c0c695bc277796f17ef.tar.gz
scummvm-rg350-3415cae9ad8d588c04926c0c695bc277796f17ef.tar.bz2
scummvm-rg350-3415cae9ad8d588c04926c0c695bc277796f17ef.zip
Separated scene info console method between M4 and MADS classes, and cleaned up the message method
svn-id: r48030
Diffstat (limited to 'engines/m4/events.cpp')
-rw-r--r--engines/m4/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/m4/events.cpp b/engines/m4/events.cpp
index 4b14401de4..b0c5e8f85d 100644
--- a/engines/m4/events.cpp
+++ b/engines/m4/events.cpp
@@ -52,7 +52,7 @@ Events::Events(MadsM4Engine *vm) : _vm(vm) {
_ctrlFlag = false;
if (_vm->isM4())
- _console = new M4Console(_vm);
+ _console = new M4Console(_m4Vm);
else
_console = new MadsConsole(_madsVm);
}