aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage
diff options
context:
space:
mode:
authorstrangerke2011-05-18 01:49:53 +0200
committerstrangerke2011-05-18 01:49:53 +0200
commit16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12 (patch)
tree37f03f8091cafc65e68a6dfe7de4d25fb687ebdc /engines/tsage
parent0ff48979386a93ba3d68e0c6fb2bacad9000a3d5 (diff)
downloadscummvm-rg350-16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12.tar.gz
scummvm-rg350-16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12.tar.bz2
scummvm-rg350-16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12.zip
TSAGE: Fix bug in scene 2280 (when picking up left boots)
Diffstat (limited to 'engines/tsage')
-rw-r--r--engines/tsage/ringworld_scenes3.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/ringworld_scenes3.cpp b/engines/tsage/ringworld_scenes3.cpp
index 5ec21c57ce..9931d89ad4 100644
--- a/engines/tsage/ringworld_scenes3.cpp
+++ b/engines/tsage/ringworld_scenes3.cpp
@@ -4221,7 +4221,7 @@ void Scene2280::Hotspot18::doAction(int action) {
/*--------------------------------------------------------------------------*/
Scene2280::Scene2280() :
- _hotspot3(0, CURSOR_LOOK, 2280, 30, CURSOR_USE, 31, 0, LIST_END),
+ _hotspot3(0, CURSOR_LOOK, 2280, 30, CURSOR_USE, 2280, 31, LIST_END),
_hotspot5(0, CURSOR_LOOK, 2280, 35, CURSOR_USE, 2280, 36, LIST_END),
_hotspot6(0, CURSOR_LOOK, 2280, 19, CURSOR_USE, 2280, 20, LIST_END),
_hotspot9(0, CURSOR_LOOK, 2280, 5, CURSOR_USE, 2280, 6, LIST_END),