pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
338 stars 39 forks source link

Release's assertions #153

Closed RicoRodriges closed 4 years ago

RicoRodriges commented 4 years ago

The game works incorrect in Release mode.

I think this PR will solve https://github.com/pjasicek/OpenClaw/issues/149 issue. I replaced all assert with logic to custom DO_AND_CHECK. Please be careful and use assert only for dummy expressions.