ClassiCube/ClassiCube

Enabling block physics on this level crashes the game.

Opened this issue · 1 comments

If I disable block physics, this level works fine. However, if I enable block physics, the game crashes.
PR_survival_games.zip

The crash is caused by the sand blocks under the map, the game is recursively calling Physics_DoFalling on neighboring sand blocks until it overflows the stack. This is essentially a duplicate of #812.