[Scummvm-cvs-logs] scummvm master -> 58d8f8c932d7353c819fadb99bbe92f4d4545ca6

Strangerke arnaud.boutonne at gmail.com
Wed Apr 27 20:40:33 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:
58d8f8c932 TsAGE: Fix dialog bug in scene 4150 (thanks [Md5] for reporting it)


Commit: 58d8f8c932d7353c819fadb99bbe92f4d4545ca6
    https://github.com/scummvm/scummvm/commit/58d8f8c932d7353c819fadb99bbe92f4d4545ca6
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-04-27T11:39:48-07:00

Commit Message:
TsAGE: Fix dialog bug in scene 4150 (thanks [Md5] for reporting it)

Changed paths:
    engines/tsage/ringworld_scenes5.cpp



diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp
index 910a35e..38a260e 100644
--- a/engines/tsage/ringworld_scenes5.cpp
+++ b/engines/tsage/ringworld_scenes5.cpp
@@ -2960,7 +2960,7 @@ void Scene4150::Hotspot3::doAction(int action) {
 /*--------------------------------------------------------------------------*/
 
 Scene4150::Scene4150() :
-		_hotspot1(0, CURSOR_LOOK, 4000, 17, CURSOR_USE, 4150, 21, CURSOR_TALK, 4150, 21,
+		_hotspot1(0, CURSOR_LOOK, 4150, 17, CURSOR_USE, 4150, 21, CURSOR_TALK, 4150, 21,
 				OBJECT_SCANNER, 4150, 22, OBJECT_STUNNER, 4150, 23, LIST_END),
 		_hotspot2(0, CURSOR_LOOK, 4150, 4, CURSOR_USE, 4150, 24, LIST_END),
 		_hotspot7(0, CURSOR_LOOK, 4150, 1, CURSOR_USE, 4150, 25, OBJECT_ROPE, 4150, 26, LIST_END),






More information about the Scummvm-git-logs mailing list