TSAGE: Slightly adjust R2R UI area to properly hug the bottom of the screen

This commit is contained in:
Paul Gilbert 2013-10-26 12:13:42 -04:00
parent 08cd61acc2
commit bd6f531d85

View File

@ -103,7 +103,7 @@ void TSageEngine::initialize() {
g_globals = new Ringworld2::Ringworld2Globals(); g_globals = new Ringworld2::Ringworld2Globals();
// Setup the user interface // 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 // Reset all global variables
R2_GLOBALS.reset(); R2_GLOBALS.reset();