mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Fixed regression: The ITE intro is shown correctly again
svn-id: r28958
This commit is contained in:
parent
d455146e99
commit
67c33713aa
@ -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…
Reference in New Issue
Block a user