aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/menu_nebular.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-10-08 20:46:43 -0400
committerPaul Gilbert2014-10-08 20:46:43 -0400
commit1e38fa204b4f593582417de592d97555bab2f08b (patch)
tree634604b68896df07acd63d43f71bb46a0dbb0533 /engines/mads/nebular/menu_nebular.cpp
parent5d8f53ef7364eb328a0eee5c59605914a48f78a0 (diff)
downloadscummvm-rg350-1e38fa204b4f593582417de592d97555bab2f08b.tar.gz
scummvm-rg350-1e38fa204b4f593582417de592d97555bab2f08b.tar.bz2
scummvm-rg350-1e38fa204b4f593582417de592d97555bab2f08b.zip
MADS: Introduction animation is starting to be shown
Diffstat (limited to 'engines/mads/nebular/menu_nebular.cpp')
-rw-r--r--engines/mads/nebular/menu_nebular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index e7921ba699..93bc4bada4 100644
--- a/engines/mads/nebular/menu_nebular.cpp
+++ b/engines/mads/nebular/menu_nebular.cpp
@@ -871,7 +871,7 @@ void AnimationView::doFrame() {
if (_currentAnimation) {
++scene._frameStartTime;
_currentAnimation->update();
-// scene._spriteSlots.fullRefresh();
+ _redrawFlag = true;
}
}