Fixed regression: The ITE intro is shown correctly again

svn-id: r28958
This commit is contained in:
Filippos Karapetis 2007-09-19 01:43:10 +00:00
parent d455146e99
commit 67c33713aa

View File

@ -88,7 +88,7 @@ void Render::drawScene() {
if (!(_flags & (RF_DEMO_SUBST | RF_MAP) || _vm->_interface->getMode() == kPanelPlacard)) {
if (_vm->_interface->getFadeMode() != kFadeOut) {
// Display scene background
if (!(_flags & RF_DISABLE_ACTORS))
if (!(_flags & RF_DISABLE_ACTORS) || _vm->getGameType() == GType_ITE)
_vm->_scene->draw();
if (_vm->_puzzle->isActive()) {