From 1e38fa204b4f593582417de592d97555bab2f08b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 8 Oct 2014 20:46:43 -0400 Subject: MADS: Introduction animation is starting to be shown --- engines/mads/nebular/menu_nebular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads/nebular/menu_nebular.cpp') 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; } } -- cgit v1.2.3