[Scummvm-cvs-logs] scummvm master -> 1e38fa204b4f593582417de592d97555bab2f08b

dreammaster dreammaster at scummvm.org
Thu Oct 9 02:48:28 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1e38fa204b MADS: Introduction animation is starting to be shown


Commit: 1e38fa204b4f593582417de592d97555bab2f08b
    https://github.com/scummvm/scummvm/commit/1e38fa204b4f593582417de592d97555bab2f08b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-10-08T20:46:43-04:00

Commit Message:
MADS: Introduction animation is starting to be shown

Changed paths:
    engines/mads/nebular/menu_nebular.cpp



diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index e7921ba..93bc4ba 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;
 	}
 }
 






More information about the Scummvm-git-logs mailing list