tsoding/snake-c-wasm

UNREACHABLE() triggered with FEATURE_DYNAMIC_CAMERA

Mm2PL opened this issue · 0 comments

Mm2PL commented

If you collect the first egg while the snake is crossing the screen edge/warping to the other side, the game crashes with:

game.c:394: GAME ASSERTION FAILED: unreachable

How to reproduce:

  • reset three times to get the right RNG,
  • collect the egg from the bottom
  • *crash*
sdl_main.mp4