aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2010-06-14 06:33:24 +0000
committerPaul Gilbert2010-06-14 06:33:24 +0000
commit58487da20bf0115cfdefc2769c831c64b22d524c (patch)
tree6df9e5595b72e04aebab680f9e5de7c40fde2598 /engines/m4/mads_scene.cpp
parent6fb462e6b05c5ead3fefe97e18d31f4835d5e321 (diff)
downloadscummvm-rg350-58487da20bf0115cfdefc2769c831c64b22d524c.tar.gz
scummvm-rg350-58487da20bf0115cfdefc2769c831c64b22d524c.tar.bz2
scummvm-rg350-58487da20bf0115cfdefc2769c831c64b22d524c.zip
Moved the actionNouns array from the scene to the globals object, since the scene will no longer be active during animation sequences
svn-id: r49646
Diffstat (limited to 'engines/m4/mads_scene.cpp')
-rw-r--r--engines/m4/mads_scene.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/m4/mads_scene.cpp b/engines/m4/mads_scene.cpp
index 269f33878c..428b92c657 100644
--- a/engines/m4/mads_scene.cpp
+++ b/engines/m4/mads_scene.cpp
@@ -55,8 +55,6 @@ MadsScene::MadsScene(MadsEngine *vm): _sceneResources(), Scene(vm, &_sceneResour
MadsView::_bgSurface = Scene::_backgroundSurface;
MadsView::_depthSurface = Scene::_walkSurface;
_interfaceSurface = new MadsInterfaceView(vm);
- for (int i = 0; i < 3; ++i)
- actionNouns[i] = 0;
}
MadsScene::~MadsScene() {