misc/coverity_model.c
author Wuzzy <almikes@aol.com>
Sat, 30 Sep 2017 17:23:47 +0200
changeset 12622 bcd679240cd2
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
ASA, moon01: Don't save checkpoint if player was first detected, and then grabbed the weapons

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

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