Don't draw the scene background when actors are disabled

svn-id: r28912
This commit is contained in:
Filippos Karapetis 2007-09-16 01:38:23 +00:00
parent 0bb109d59d
commit ec4503efde

View File

@ -88,6 +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))
_vm->_scene->draw();
if (_vm->_puzzle->isActive()) {