diff options
author | Paul Gilbert | 2012-02-14 22:46:25 +1100 |
---|---|---|
committer | Paul Gilbert | 2012-02-14 22:46:25 +1100 |
commit | ffd59d1c21d9a4e47ff372a126ea10f7432ec309 (patch) | |
tree | 9cb6af358ba58e0df71a847e39322bcac2802a59 | |
parent | b6a0d8052ba46b06631c260c7aa0745bd833058e (diff) | |
download | scummvm-rg350-ffd59d1c21d9a4e47ff372a126ea10f7432ec309.tar.gz scummvm-rg350-ffd59d1c21d9a4e47ff372a126ea10f7432ec309.tar.bz2 scummvm-rg350-ffd59d1c21d9a4e47ff372a126ea10f7432ec309.zip |
TSAGE: Correctly hide the user interface in R2R Output Alpha scene
-rw-r--r-- | engines/tsage/ringworld2/ringworld2_scenes1.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp index c498171bd7..f410de3384 100644 --- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp +++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp @@ -3719,7 +3719,10 @@ void Scene1337::postInit(SceneObjectList *OwnerList) { SceneExt::postInit(); // + // Hide the user interface R2_GLOBALS._uiElements._active = false; + BF_GLOBALS._interfaceY = 200; + R2_GLOBALS._player.enableControl(); R2_GLOBALS._player._canWalk = false; |