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

dreammaster dreammaster at scummvm.org
Sat Apr 30 09:52:48 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:
a9652ab936 TSAGE: Fix a hotspot's use/look descriptions in Scene #7700


Commit: a9652ab936eba0b9a3a31a6da219807c38752b66
    https://github.com/scummvm/scummvm/commit/a9652ab936eba0b9a3a31a6da219807c38752b66
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-04-30T00:51:20-07:00

Commit Message:
TSAGE: Fix a hotspot's use/look descriptions in Scene #7700

Changed paths:
    engines/tsage/ringworld_scenes8.cpp



diff --git a/engines/tsage/ringworld_scenes8.cpp b/engines/tsage/ringworld_scenes8.cpp
index 3a20861..13a6d2d 100644
--- a/engines/tsage/ringworld_scenes8.cpp
+++ b/engines/tsage/ringworld_scenes8.cpp
@@ -2420,8 +2420,8 @@ void Scene7700::postInit(SceneObjectList *OwnerList) {
 	_sceneHotspot15._useLineNum = 6;
 	_sceneHotspot15._lookLineNum = 7;
 	_sceneHotspot16.setBounds(0, 130, 34, 103);
-	_sceneHotspot16._useLineNum = 8;
-	_sceneHotspot16._lookLineNum = 9;
+	_sceneHotspot16._useLineNum = 7;
+	_sceneHotspot16._lookLineNum = 8;
 	_sceneHotspot17.setBounds(41, 180, 46, 170);
 	_sceneHotspot17._useLineNum = 11;
 	_sceneHotspot17._lookLineNum = 13;






More information about the Scummvm-git-logs mailing list