misc/coverity_model.c
author nemo
Wed, 02 May 2018 15:29:21 -0400
changeset 13357 030b085b182f
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
real droplet fix - default density is fine - also add back in the underwater bullet trails

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

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