TSAGE: Make R2R card game scene be full-screen

This commit is contained in:
Paul Gilbert 2013-12-11 20:53:11 -05:00
parent 70d3610f30
commit 5f62f5bad0

View File

@ -4365,6 +4365,7 @@ void Scene1337::postInit(SceneObjectList *OwnerList) {
// Hide the user interface
BF_GLOBALS._interfaceY = SCREEN_HEIGHT;
R2_GLOBALS._uiElements._visible = false;
R2_GLOBALS._player.enableControl();
R2_GLOBALS._player._canWalk = false;