diff options
author | Paul Gilbert | 2010-06-27 05:58:11 +0000 |
---|---|---|
committer | Paul Gilbert | 2010-06-27 05:58:11 +0000 |
commit | 9a8683ac656e37a62ecf483f635424cc559d397a (patch) | |
tree | 67c8144a44bf2b0eed66db1f3292a234d67b6751 | |
parent | be399485cde37b84fa660b6f83c4adf29f6312c7 (diff) | |
download | scummvm-rg350-9a8683ac656e37a62ecf483f635424cc559d397a.tar.gz scummvm-rg350-9a8683ac656e37a62ecf483f635424cc559d397a.tar.bz2 scummvm-rg350-9a8683ac656e37a62ecf483f635424cc559d397a.zip |
Added accidentally deleted line
svn-id: r50369
-rw-r--r-- | engines/m4/mads_anim.cpp | 2 |
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; |