diff options
author | Paul Gilbert | 2013-10-26 12:13:42 -0400 |
---|---|---|
committer | Paul Gilbert | 2013-10-26 12:13:42 -0400 |
commit | bd6f531d853f5d40824f7270095cd4fb9adf7a89 (patch) | |
tree | 1f040078808382390953a967587b3c96625e857f /engines | |
parent | 08cd61acc249f93c2760fc45b45705c8836fbc7b (diff) | |
download | scummvm-rg350-bd6f531d853f5d40824f7270095cd4fb9adf7a89.tar.gz scummvm-rg350-bd6f531d853f5d40824f7270095cd4fb9adf7a89.tar.bz2 scummvm-rg350-bd6f531d853f5d40824f7270095cd4fb9adf7a89.zip |
TSAGE: Slightly adjust R2R UI area to properly hug the bottom of the screen
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tsage/tsage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/tsage.cpp b/engines/tsage/tsage.cpp index 87697f950b..d4ee97f885 100644 --- a/engines/tsage/tsage.cpp +++ b/engines/tsage/tsage.cpp @@ -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(); |