misc/coverity_model.c
author Wuzzy <Wuzzy2@mail.ru>
Thu, 04 Oct 2018 20:36:41 +0200
changeset 13837 6e4e745f42bb
parent 10498 bcd1d7ad2f3e
permissions -rw-r--r--
Fix speech bubble chat commands also applying to bots

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

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