[Scummvm-cvs-logs] scummvm master -> 041a08b7c04d64858c35baabefa6c0a133ea11d2
Strangerke
arnaud.boutonne at gmail.com
Sun May 22 09:09:26 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:
041a08b7c0 TSAGE: Fix bug "Scene 4150: Using the duck produces the message, "You don't need to use your stunner,[...]"
Commit: 041a08b7c04d64858c35baabefa6c0a133ea11d2
https://github.com/scummvm/scummvm/commit/041a08b7c04d64858c35baabefa6c0a133ea11d2
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-22T00:08:33-07:00
Commit Message:
TSAGE: Fix bug "Scene 4150: Using the duck produces the message, "You don't need to use your stunner,[...]"
Changed paths:
engines/tsage/ringworld_scenes5.cpp
diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp
index cda69b8..fc7362c 100644
--- a/engines/tsage/ringworld_scenes5.cpp
+++ b/engines/tsage/ringworld_scenes5.cpp
@@ -2978,7 +2978,7 @@ Scene4150::Scene4150() :
_hotspot11(0, CURSOR_LOOK, 4150, 6, CURSOR_USE, 4150, 29, LIST_END),
_hotspot12(0, CURSOR_LOOK, 4150, 7, CURSOR_USE, 4150, 29, LIST_END),
_hotspot17(0, CURSOR_LOOK, 4150, 10, CURSOR_USE, 4150, 27, OBJECT_STUNNER, 4150, 32, LIST_END),
- _hotspot18(0, CURSOR_LOOK, 4150, 11, CURSOR_USE, 4150, 32, OBJECT_STUNNER, 4150, 27, LIST_END),
+ _hotspot18(0, CURSOR_LOOK, 4150, 11, CURSOR_USE, 4150, 27, OBJECT_STUNNER, 4150, 32, LIST_END),
_hotspot19(0, CURSOR_LOOK, 4150, 12, CURSOR_USE, 4150, 29, LIST_END),
_hotspot20(0, CURSOR_LOOK, 4150, 13, CURSOR_USE, 4150, 29, LIST_END),
_hotspot21(0, CURSOR_LOOK, 4150, 13, CURSOR_USE, 4150, 29, LIST_END),
More information about the Scummvm-git-logs
mailing list