[Scummvm-cvs-logs] scummvm master -> 77dad77a4cc01f6427134fde9d95ae59fcab3872

dreammaster dreammaster at scummvm.org
Thu Oct 3 04:02:23 CEST 2013


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:
77dad77a4c TSAGE: R2R bugfix for using the console in the spare bedrooms


Commit: 77dad77a4cc01f6427134fde9d95ae59fcab3872
    https://github.com/scummvm/scummvm/commit/77dad77a4cc01f6427134fde9d95ae59fcab3872
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-10-02T19:01:32-07:00

Commit Message:
TSAGE: R2R bugfix for using the console in the spare bedrooms

Changed paths:
    engines/tsage/ringworld2/ringworld2_scenes0.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_scenes0.cpp b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
index cba17ec..257abbe 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes0.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes0.cpp
@@ -1212,8 +1212,8 @@ Common::String Scene125::parseMessage(const Common::String &msg) {
  *--------------------------------------------------------------------------*/
 
 void Scene150::postInit(SceneObjectList *OwnerList) {
-	SceneExt::postInit();
 	loadScene(100);
+	SceneExt::postInit();
 
 	_door.postInit();
 	_door._state = 0;






More information about the Scummvm-git-logs mailing list