[Scummvm-cvs-logs] scummvm master -> 8c7dc6c142a67a8a9287ba31dbfe85f220176502

dreammaster dreammaster at scummvm.org
Mon Jun 2 01:23:54 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:
8c7dc6c142 MADS: Fix for native disappearing in scene 205


Commit: 8c7dc6c142a67a8a9287ba31dbfe85f220176502
    https://github.com/scummvm/scummvm/commit/8c7dc6c142a67a8a9287ba31dbfe85f220176502
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2014-06-01T19:23:20-04:00

Commit Message:
MADS: Fix for native disappearing in scene 205

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



diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp
index 48cc852..94e30aa 100644
--- a/engines/mads/nebular/nebular_scenes2.cpp
+++ b/engines/mads/nebular/nebular_scenes2.cpp
@@ -1229,7 +1229,7 @@ void Scene205::enter() {
 
 	if (_globals[kSexOfRex] != SEX_MALE) {
 		_scene->loadAnimation(formAnimName('a', -1));
-		_scene->_activeAnimation->_resetFlag = false;
+		_scene->_activeAnimation->_resetFlag = true;
 	} else {
 		_beingKicked = true;
 		_globals._sequenceIndexes[8] = _scene->_sequences.addSpriteCycle(_globals._spriteIndexes[8], false, 8, 1, 0, 0);






More information about the Scummvm-git-logs mailing list