fixed lense creation bug ( fade in/out now has separate flag)

svn-id: r18340
This commit is contained in:
Andrew Kurushin 2005-06-04 15:02:17 +00:00
parent 2a3227911b
commit d3587c3a1e
6 changed files with 54 additions and 29 deletions

View file

@ -115,7 +115,7 @@ int Render::drawScene() {
// Display scene background
_vm->_scene->draw();
if (_vm->_interface->getMode() != kPanelFade) {
if (_vm->_interface->getFadeMode() != kFadeOut) {
if (_vm->_puzzle->isActive()) {
_vm->_puzzle->movePiece(mouse_pt);
_vm->_actor->drawSpeech();