misc/coverity_model.c
author Wuzzy <Wuzzy2@mail.ru>
Sun, 13 Jan 2019 18:07:04 +0100 (2019-01-13)
changeset 14568 e26fa5ea2bf6
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Air attack: Don't spawn missile if it would end up inside bounce world edge of other side
void fpcrtl_halt(int num) {
    __coverity_panic__();
}

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