Fixed regression: The ITE intro is shown correctly again
svn-id: r28958
This commit is contained in:
parent
d455146e99
commit
67c33713aa
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue