mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
HYPNO: update checkpoint after solving one puzzle in spider
This commit is contained in:
parent
c36379fe53
commit
4cd06a5022
@ -1117,6 +1117,7 @@ void SpiderEngine::runFuseBox(Code *code) {
|
||||
|
||||
if (hfound && vfound) {
|
||||
_nextLevel = code->levelIfWin;
|
||||
_checkpoint = _nextLevel;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user