diff options
author | Paul Gilbert | 2014-10-08 20:46:43 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-10-08 20:46:43 -0400 |
commit | 1e38fa204b4f593582417de592d97555bab2f08b (patch) | |
tree | 634604b68896df07acd63d43f71bb46a0dbb0533 /engines/mads/nebular | |
parent | 5d8f53ef7364eb328a0eee5c59605914a48f78a0 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/mads/nebular/menu_nebular.cpp | 2 |
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; } } |