SAGA: Fix bug #2886130.

Bug #2886130: "ITE: Graphic Glitches during Cat Tribe Celebration".
We redraw statusbar for this scene. Bug in original.

svn-id: r49726
This commit is contained in:
Eugene Sandulenko 2010-06-15 10:25:50 +00:00
parent d1c34efad9
commit fead2bb719

View File

@ -110,6 +110,12 @@ void Render::drawScene() {
_vm->_actor->drawActors();
}
// WORKAROUND
// Bug #2886130: "ITE: Graphic Glitches during Cat Tribe Celebration"
if (_vm->_scene->currentSceneNumber() == 274) {
_vm->_interface->drawStatusBar();
}
#ifdef SAGA_DEBUG
if (getFlags() & RF_OBJECTMAP_TEST) {
if (_vm->_scene->_objectMap)