aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
diff options
context:
space:
mode:
authorPaul Gilbert2010-06-27 05:58:11 +0000
committerPaul Gilbert2010-06-27 05:58:11 +0000
commit9a8683ac656e37a62ecf483f635424cc559d397a (patch)
tree67c8144a44bf2b0eed66db1f3292a234d67b6751 /engines/m4
parentbe399485cde37b84fa660b6f83c4adf29f6312c7 (diff)
downloadscummvm-rg350-9a8683ac656e37a62ecf483f635424cc559d397a.tar.gz
scummvm-rg350-9a8683ac656e37a62ecf483f635424cc559d397a.tar.bz2
scummvm-rg350-9a8683ac656e37a62ecf483f635424cc559d397a.zip
Added accidentally deleted line
svn-id: r50369
Diffstat (limited to 'engines/m4')
-rw-r--r--engines/m4/mads_anim.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/m4/mads_anim.cpp b/engines/m4/mads_anim.cpp
index c2e9ea4eee..d8976241e1 100644
--- a/engines/m4/mads_anim.cpp
+++ b/engines/m4/mads_anim.cpp
@@ -513,6 +513,8 @@ bool AnimviewView::onEvent(M4EventType eventType, int32 param, int x, int y, boo
}
void AnimviewView::updateState() {
+ MadsView::update();
+
if (!_script)
return;