misc/coverity_model.c
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 10:02:58 +0100
changeset 12952 eafaada79157
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Construction Mode: Refactor colors, add subtle glow to healing station, don't spawn vGears for respawner and generator

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

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