Do not draw status text during chapter selection

svn-id: r19013
This commit is contained in:
Eugene Sandulenko 2005-10-11 02:51:17 +00:00
parent cfd74f19ad
commit 618a50cec0

View File

@ -1472,6 +1472,9 @@ void Interface::drawStatusBar() {
int stringWidth;
int color;
if (_panelMode == kPanelChapterSelection)
return;
backBuffer = _vm->_gfx->getBackBuffer();
// Disable this for IHNM for now, since that game uses the full screen