aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2013-10-26 12:13:42 -0400
committerPaul Gilbert2013-10-26 12:13:42 -0400
commitbd6f531d853f5d40824f7270095cd4fb9adf7a89 (patch)
tree1f040078808382390953a967587b3c96625e857f /engines
parent08cd61acc249f93c2760fc45b45705c8836fbc7b (diff)
downloadscummvm-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.cpp2
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();