Make flames ignore bouncy world edge
Rationale: Flame speed heavily relies on wind and cannot be reasonably reversed.
The rationale is similar as for gtPoisonCloud.
void fpcrtl_halt(int num) { __coverity_panic__();}int fpcrtl_abs(int num) { return num >= 0 ? num : -num;}