diff options
author | strangerke | 2011-05-18 01:49:53 +0200 |
---|---|---|
committer | strangerke | 2011-05-18 01:49:53 +0200 |
commit | 16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12 (patch) | |
tree | 37f03f8091cafc65e68a6dfe7de4d25fb687ebdc | |
parent | 0ff48979386a93ba3d68e0c6fb2bacad9000a3d5 (diff) | |
download | scummvm-rg350-16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12.tar.gz scummvm-rg350-16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12.tar.bz2 scummvm-rg350-16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12.zip |
TSAGE: Fix bug in scene 2280 (when picking up left boots)
-rw-r--r-- | engines/tsage/ringworld_scenes3.cpp | 2 |
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), |