diff options
-rw-r--r-- | engines/sci/gui/gui_gfx.cpp | 2 |
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); |