aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-29 11:18:07 -0400
committerPaul Gilbert2014-03-29 11:18:07 -0400
commit71b1343adf6e886cfd2e1a0040a12b5025672d14 (patch)
treef21fb355b8fc2aeab61b8078c929a29f43decc26 /engines/mads/scene_data.cpp
parentd801c2ffdd1b2e5cfefcea18309a4779e0a824a1 (diff)
downloadscummvm-rg350-71b1343adf6e886cfd2e1a0040a12b5025672d14.tar.gz
scummvm-rg350-71b1343adf6e886cfd2e1a0040a12b5025672d14.tar.bz2
scummvm-rg350-71b1343adf6e886cfd2e1a0040a12b5025672d14.zip
MADS: Implemented NebularGame::step
Diffstat (limited to 'engines/mads/scene_data.cpp')
-rw-r--r--engines/mads/scene_data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene_data.cpp b/engines/mads/scene_data.cpp
index b6304679cb..5b5c47f402 100644
--- a/engines/mads/scene_data.cpp
+++ b/engines/mads/scene_data.cpp
@@ -50,7 +50,7 @@ KernelMessage::KernelMessage() {
_frameTimer = 0;
_timeout = 0;
_trigger = 0;
- _abortMode = ABORTMODE_0;
+ _abortMode = KERNEL_TRIGGER_PARSER;
_actionDetails._verbId = 0;
_actionDetails._objectNameId = 0;
_actionDetails._indirectObjectId = 0;