diff options
author | strangerke | 2011-04-26 08:21:18 +0200 |
---|---|---|
committer | strangerke | 2011-04-26 08:21:18 +0200 |
commit | b06f81b4bc63dfe3a5a7f2cb81b3e13620bc61a4 (patch) | |
tree | 5aefea41bd6e29200ad2410182b12293e20d5a96 /engines/tsage | |
parent | 6839e4342ff8ad08a340353b28c34a6544786098 (diff) | |
download | scummvm-rg350-b06f81b4bc63dfe3a5a7f2cb81b3e13620bc61a4.tar.gz scummvm-rg350-b06f81b4bc63dfe3a5a7f2cb81b3e13620bc61a4.tar.bz2 scummvm-rg350-b06f81b4bc63dfe3a5a7f2cb81b3e13620bc61a4.zip |
TSAGE: Fix a tiny bug in the initialization of scene 5000
Diffstat (limited to 'engines/tsage')
-rw-r--r-- | engines/tsage/ringworld_scenes6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/ringworld_scenes6.cpp b/engines/tsage/ringworld_scenes6.cpp index 54ae7eaaf4..2c9670d99a 100644 --- a/engines/tsage/ringworld_scenes6.cpp +++ b/engines/tsage/ringworld_scenes6.cpp @@ -512,7 +512,7 @@ void Scene5000::postInit(SceneObjectList *OwnerList) { _hotspot13.setBounds(Rect(0, 164, 135, 200)); _hotspot14.setBounds(Rect(0, 0, 105, 140)); _hotspot15.setBounds(Rect(266, 70, 291, 85)); - _hotspot16.setBounds(Rect(0, 86, 3219, 200)); + _hotspot16.setBounds(Rect(0, 86, 319, 200)); _hotspot12.setBounds(Rect(230, 143, 244, 150)); _globals->_sceneItems.addItems(&_hotspot9, &_hotspot10, &_hotspot11, &_hotspot8, &_hotspot13, |