]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/bool.qh
Merge branch 'master' into Mario/invasion_types
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / bool.qh
index dc50c771f164470a2a1e9d81d63c838c549abd2e..c78f717d9e983be74923a5dd8fb5252b73f9b627 100644 (file)
@@ -9,6 +9,7 @@
 #define boolean(value) ((value) != 0)
 
 // get true/false value of a string with multiple different inputs
+ERASEABLE
 float InterpretBoolean(string input)
 {
        switch (strtolower(input))