aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstrangerke2011-04-27 20:39:48 +0200
committerstrangerke2011-04-27 20:39:48 +0200
commit58d8f8c932d7353c819fadb99bbe92f4d4545ca6 (patch)
treec074bd90907a449335157691c214a552ca6bd1a8
parentf584f2f3120c33492ba0309bde33a1b4c473c1e1 (diff)
downloadscummvm-rg350-58d8f8c932d7353c819fadb99bbe92f4d4545ca6.tar.gz
scummvm-rg350-58d8f8c932d7353c819fadb99bbe92f4d4545ca6.tar.bz2
scummvm-rg350-58d8f8c932d7353c819fadb99bbe92f4d4545ca6.zip
TsAGE: Fix dialog bug in scene 4150 (thanks [Md5] for reporting it)
-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 910a35e492..38a260e742 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),