blupi-games / planetblupi

Planet Blupi source code
https://www.blupi.org
Other
86 stars 22 forks source link

Fix crash bug with dynamite/bomb/electro at X=0 #97

Closed jummy0 closed 3 years ago

jummy0 commented 3 years ago

GOAL_EXPLOSE1, GOAL_EXPLOSE2, and GOAL_ELECTRO now perform bounds checking before trying to create an explosion.

Fixes #83.

Skywalker13 commented 3 years ago

I merged (c0ffb16d1221be9a52ff7a3985f6d71473c0a329) by removing unrelated pot change and with a clang-format pass. Thanks