mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
TSAGE: Slightly adjust R2R UI area to properly hug the bottom of the screen
This commit is contained in:
parent
08cd61acc2
commit
bd6f531d85
@ -103,7 +103,7 @@ void TSageEngine::initialize() {
|
||||
g_globals = new Ringworld2::Ringworld2Globals();
|
||||
|
||||
// Setup the user interface
|
||||
T2_GLOBALS._uiElements.setup(Common::Point(0, UI_INTERFACE_Y - 2));
|
||||
T2_GLOBALS._uiElements.setup(Common::Point(0, UI_INTERFACE_Y));
|
||||
|
||||
// Reset all global variables
|
||||
R2_GLOBALS.reset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user