aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorstrangerke2011-05-22 09:08:33 +0200
committerstrangerke2011-05-22 09:08:33 +0200
commit041a08b7c04d64858c35baabefa6c0a133ea11d2 (patch)
treef40d48fe70773376a4b2cc4e972b03565390d3d2 /engines
parent9cbc36069358359724a7ecc7bdb3d553b32ee86d (diff)
downloadscummvm-rg350-041a08b7c04d64858c35baabefa6c0a133ea11d2.tar.gz
scummvm-rg350-041a08b7c04d64858c35baabefa6c0a133ea11d2.tar.bz2
scummvm-rg350-041a08b7c04d64858c35baabefa6c0a133ea11d2.zip
TSAGE: Fix bug "Scene 4150: Using the duck produces the message, "You don't need to use your stunner,[...]"
Diffstat (limited to 'engines')
-rw-r--r--engines/tsage/ringworld_scenes5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp
index cda69b859f..fc7362c380 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),