aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2009-10-06 19:47:12 +0000
committerMartin Kiewitz2009-10-06 19:47:12 +0000
commitcbb4f05bf9694818f24f7169e4d54a46b277c02b (patch)
tree4145b7b5683ed262e5162d760c69208ba0bddb63
parentd8e10f3e40d292a5b3c904e5432e96d34a08e5df (diff)
downloadscummvm-rg350-cbb4f05bf9694818f24f7169e4d54a46b277c02b.tar.gz
scummvm-rg350-cbb4f05bf9694818f24f7169e4d54a46b277c02b.tar.bz2
scummvm-rg350-cbb4f05bf9694818f24f7169e4d54a46b277c02b.zip
SCI/newgui: changed menuPort to one pixel less
svn-id: r44715
-rw-r--r--engines/sci/gui/gui_gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_gfx.cpp b/engines/sci/gui/gui_gfx.cpp
index 972ee9bb3a..61d008ac7a 100644
--- a/engines/sci/gui/gui_gfx.cpp
+++ b/engines/sci/gui/gui_gfx.cpp
@@ -59,7 +59,7 @@ void SciGuiGfx::init() {
OpenPort(_menuPort);
SetFont(0);
_menuPort->rect = Common::Rect(0, 0, _screen->_width, _screen->_height);
- _menuRect = Common::Rect(0, 0, _screen->_width, 10);
+ _menuRect = Common::Rect(0, 0, _screen->_width, 9);
// HEAPHANDLE theMenuBarH = heapNewPtr(34, kDataPort, "MenuBar");
// heapClearPtr(theMenuBarH);