diff options
author | strangerke | 2011-05-18 07:35:07 +0200 |
---|---|---|
committer | strangerke | 2011-05-18 07:35:07 +0200 |
commit | f830d68130e2a30cd1a68b06558a8eaa9bc05c25 (patch) | |
tree | c640d66e65c17ac3d2e6ca4e9de30d6af59af89c | |
parent | 16a0d8e7ad58d0c9a27117a37fd862d89e4a1c12 (diff) | |
download | scummvm-rg350-f830d68130e2a30cd1a68b06558a8eaa9bc05c25.tar.gz scummvm-rg350-f830d68130e2a30cd1a68b06558a8eaa9bc05c25.tar.bz2 scummvm-rg350-f830d68130e2a30cd1a68b06558a8eaa9bc05c25.zip |
TSAGE: Fix several glitches in scene 4000
-rw-r--r-- | engines/tsage/ringworld_scenes5.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tsage/ringworld_scenes5.cpp b/engines/tsage/ringworld_scenes5.cpp index 17a682b4fd..cda69b859f 100644 --- a/engines/tsage/ringworld_scenes5.cpp +++ b/engines/tsage/ringworld_scenes5.cpp @@ -1827,10 +1827,10 @@ Scene4045::Scene4045() : _hotspot7(9, CURSOR_LOOK, 4045, 0, CURSOR_USE, 4045, 15, LIST_END), _hotspot8(10, CURSOR_LOOK, 4045, 2, LIST_END), _hotspot9(11, CURSOR_LOOK, 4045, 3, CURSOR_USE, 4045, 15, LIST_END), - _hotspot10(12, CURSOR_LOOK, 4045, 4, CURSOR_USE, 4045, 19, LIST_END), + _hotspot10(12, CURSOR_LOOK, 4045, 4, CURSOR_USE, 4100, 19, LIST_END), _hotspot11(13, CURSOR_LOOK, 4045, 6, CURSOR_USE, 4045, 15, LIST_END), - _hotspot12(14, CURSOR_LOOK, 4045, 7, CURSOR_USE, 4045, 29, LIST_END), - _hotspot13(15, CURSOR_LOOK, 4045, 8, CURSOR_USE, 4045, 19, LIST_END), + _hotspot12(14, CURSOR_LOOK, 4045, 7, CURSOR_USE, 4150, 29, LIST_END), + _hotspot13(15, CURSOR_LOOK, 4045, 8, CURSOR_USE, 4100, 19, LIST_END), _hotspot14(0, CURSOR_LOOK, 4045, 10, LIST_END) { _hotspot14.setBounds(Rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT)); |