ASYLUM: initialize puzzles when the 'scene' debug command is used

This commit is contained in:
alxpnv 2021-03-01 12:40:53 +03:00 committed by Eugene Sandulenko
parent 2c18077472
commit 66e46adb21
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -588,6 +588,7 @@ bool Console::cmdChangeScene(int32 argc, const char **argv) {
}
_vm->_delayedSceneIndex = index;
_vm->_puzzles->reset();
return false;
}