TSAGE: Correctly hide the user interface in R2R Output Alpha scene

This commit is contained in:
Paul Gilbert 2012-02-14 22:46:25 +11:00
parent b6a0d8052b
commit ffd59d1c21

View File

@ -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;