HurricanGame / Hurrican

Freeware jump and shoot game created by Poke53280, based on the Turrican game series by Manfred Trenz
62 stars 22 forks source link

Fixed collision check. #81

Closed Mia75owo closed 2 months ago

Mia75owo commented 2 months ago

This check was a typo. (br | BLOCKWERT_WAND) is always true because BLOCKWERT_WAND == 1. You can see in line 1080, how it was supposed to be, for checking in the left direction.

drfiemost commented 2 months ago

Don't know how the bug manifests itself in gameplay but the code is obviously wrong. Nice catch!