misc/coverity_model.c
author alfadur
Fri, 13 Apr 2018 00:17:30 +0200
changeset 13321 23ade5604f8d
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Fix bullet trails overlapping when the pass through wrap or bounce world edge

void fpcrtl_halt(int num) {
    __coverity_panic__();
}

int fpcrtl_abs(int num) {
    return num >= 0 ? num : -num;
}