Enigma-Game/Enigma

Broken Level: "Frogger"

Closed this issue · 1 comments

To quote StasAlexeevka on mag-heut.net: "Hi, I'm think there is a bug in level V-71, Frogger in version 1.30 the boulders don't disappear and soon block the way, so the level became unsolvable. It wasn't in previous versions."

Frogger (enigma_v/luc20) still uses the old API. Best solution would be a complete rewrite in new API. However, there might be other levels suffering a similar bug; an analysis of the error is therefore necessary.

The boulders should trigger an invisible it_trigger, which then kills the stone above it. The first time this trigger triggers, it works flawlessly, but then seems stuck.

Closed with commit 5b50479.