[Scummvm-cvs-logs] scummvm master -> bd3e358d62618ee311d7ddd7bf62c6bc82e029ac

Strangerke arnaud.boutonne at gmail.com
Mon Apr 18 08:18:50 CEST 2011


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:
bd3e358d62 TSAGE: Fix bug in scene 1500


Commit: bd3e358d62618ee311d7ddd7bf62c6bc82e029ac
    https://github.com/scummvm/scummvm/commit/bd3e358d62618ee311d7ddd7bf62c6bc82e029ac
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-17T23:18:01-07:00

Commit Message:
TSAGE: Fix bug in scene 1500

Changed paths:
    engines/tsage/ringworld_scenes2.cpp



diff --git a/engines/tsage/ringworld_scenes2.cpp b/engines/tsage/ringworld_scenes2.cpp
index 1fc45d3..9d941d3 100644
--- a/engines/tsage/ringworld_scenes2.cpp
+++ b/engines/tsage/ringworld_scenes2.cpp
@@ -897,7 +897,7 @@ void Scene1500::Action2::signal() {
 	case 3:
 		scene->_soundHandler.proc4();
 		_globals->_stripNum = 1505;
-		_globals->_sceneManager.changeScene(1505);
+		_globals->_sceneManager.changeScene(2400);
 		break;
 	}
 }






More information about the Scummvm-git-logs mailing list