X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fbool.qh;h=c78f717d9e983be74923a5dd8fb5252b73f9b627;hb=4e21f418ad9e6287efb942c1fa2861a51981110a;hp=8ea9058074e3780e60ae45862f533717369a2560;hpb=0bd99205bd154e058edc6b82995d24e3375f5f97;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/bool.qh b/qcsrc/lib/bool.qh index 8ea905807..c78f717d9 100644 --- a/qcsrc/lib/bool.qh +++ b/qcsrc/lib/bool.qh @@ -9,7 +9,7 @@ #define boolean(value) ((value) != 0) // get true/false value of a string with multiple different inputs -[[eraseable]] +ERASEABLE float InterpretBoolean(string input) { switch (strtolower(input))