misc/coverity_model.c
author Vatten
Thu, 03 May 2018 11:58:07 +0200
changeset 13359 7d772358dc22
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Updated Continental supplies Noticable changes: * Selection of continent is now before a turn * Australia and Antarctica will have new moddable weapons * All continents have different starting healths per hog

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

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