aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-27 22:38:28 -0400
committerPaul Gilbert2014-03-27 22:38:28 -0400
commit6c85572d76245f616ae3bf2ac1ccc713d8271fa9 (patch)
tree74882a4404764b6f0b96f323e3abf2a233742e67 /engines/mads/scene_data.cpp
parent377cbbe77d5c7f16aba086e4fb1707de843ddc1a (diff)
downloadscummvm-rg350-6c85572d76245f616ae3bf2ac1ccc713d8271fa9.tar.gz
scummvm-rg350-6c85572d76245f616ae3bf2ac1ccc713d8271fa9.tar.bz2
scummvm-rg350-6c85572d76245f616ae3bf2ac1ccc713d8271fa9.zip
MADS: Initial cleanup of action/player handling
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 712d065fb9..b6304679cb 100644
--- a/engines/mads/scene_data.cpp
+++ b/engines/mads/scene_data.cpp
@@ -49,7 +49,7 @@ KernelMessage::KernelMessage() {
_frameTimer2 = 0;
_frameTimer = 0;
_timeout = 0;
- _abortTimers = 0;
+ _trigger = 0;
_abortMode = ABORTMODE_0;
_actionDetails._verbId = 0;
_actionDetails._objectNameId = 0;