mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
Do not draw status text during chapter selection
svn-id: r19013
This commit is contained in:
parent
cfd74f19ad
commit
618a50cec0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user