[Scummvm-cvs-logs] scummvm master -> bd6f531d853f5d40824f7270095cd4fb9adf7a89
dreammaster
dreammaster at scummvm.org
Sat Oct 26 18:14:16 CEST 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bd6f531d85 TSAGE: Slightly adjust R2R UI area to properly hug the bottom of the screen
Commit: bd6f531d853f5d40824f7270095cd4fb9adf7a89
https://github.com/scummvm/scummvm/commit/bd6f531d853f5d40824f7270095cd4fb9adf7a89
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-10-26T09:13:42-07:00
Commit Message:
TSAGE: Slightly adjust R2R UI area to properly hug the bottom of the screen
Changed paths:
engines/tsage/tsage.cpp
diff --git a/engines/tsage/tsage.cpp b/engines/tsage/tsage.cpp
index 87697f9..d4ee97f 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();
More information about the Scummvm-git-logs
mailing list