fixed lense creation bug ( fade in/out now has separate flag)
svn-id: r18340
This commit is contained in:
parent
2a3227911b
commit
d3587c3a1e
6 changed files with 54 additions and 29 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue