placard workaround

svn-id: r18402
This commit is contained in:
Andrew Kurushin 2005-06-16 16:46:50 +00:00
parent 7539169c1d
commit b16a3634bf
3 changed files with 13 additions and 1 deletions

View file

@ -111,7 +111,7 @@ int Render::drawScene() {
// Get mouse coordinates
mouse_pt = _vm->mousePos();
if (!(_flags & RF_PLACARD)) {
if (/*_vm->_interface->getMode() != kPanelPlacard*/!(_flags & RF_PLACARD)) {
// Display scene background
_vm->_scene->draw();