[Scummvm-cvs-logs] scummvm master -> 55316e4aebd6dae13d6cdef96460daede49d2fd0

bluegr md5 at scummvm.org
Fri Apr 29 16:13:59 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:
55316e4aeb TSAGE: Fixed the book inside the sky lab (it contains the sheet of paper, not the key)


Commit: 55316e4aebd6dae13d6cdef96460daede49d2fd0
    https://github.com/scummvm/scummvm/commit/55316e4aebd6dae13d6cdef96460daede49d2fd0
Author: md5 (md5 at scummvm.org)
Date: 2011-04-29T07:12:08-07:00

Commit Message:
TSAGE: Fixed the book inside the sky lab (it contains the sheet of paper, not the key)

Changed paths:
    engines/tsage/ringworld_scenes8.cpp



diff --git a/engines/tsage/ringworld_scenes8.cpp b/engines/tsage/ringworld_scenes8.cpp
index 0891f64..3a20861 100644
--- a/engines/tsage/ringworld_scenes8.cpp
+++ b/engines/tsage/ringworld_scenes8.cpp
@@ -2217,7 +2217,7 @@ void Scene7700::signal() {
 		break;
 	case 7705:
 	case 7708:
-		RING_INVENTORY._key._sceneNumber = 1;
+		RING_INVENTORY._paper._sceneNumber = 1;
 		_globals->_player.enableControl();
 		break;
 	case 7709:






More information about the Scummvm-git-logs mailing list