mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
TSAGE: Correctly hide the user interface in R2R Output Alpha scene
This commit is contained in:
parent
b6a0d8052b
commit
ffd59d1c21
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user