Skip to content

Prevent tripbombs from being placed at extreme distances.

Dino Bollinger requested to merge dibollinger/eduke32:tripbomb_fix into master

Technically, an overflow is still possible, but with unsigned integers it is highly unlikely to satisfy (sum_squares < 290*290) in practice.

Fixes #31 (closed)

Merge request reports