From 618a50cec0f055b7ac2b79ca99a087bbcd46eecd Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 11 Oct 2005 02:51:17 +0000 Subject: Do not draw status text during chapter selection svn-id: r19013 --- saga/interface.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'saga/interface.cpp') diff --git a/saga/interface.cpp b/saga/interface.cpp index f3618b00c8..992a4ccbd6 100644 --- a/saga/interface.cpp +++ b/saga/interface.cpp @@ -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 -- cgit v1.2.3