SCI/newgui: changed menuPort to one pixel less

svn-id: r44715
This commit is contained in:
Martin Kiewitz 2009-10-06 19:47:12 +00:00
parent d8e10f3e40
commit cbb4f05bf9

View file

@ -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);