]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/file.qh
Optimize vehicle impact code by only calling vlen() if damage would be taken
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / file.qh
index 949a748a84e140efa80fa5cbfdd767dbad635190..5bc24f627185f5fd5c4bf87aaaf32a40f0908ff8 100644 (file)
@@ -1,5 +1,6 @@
 #pragma once
 
+ERASEABLE
 bool fexists(string f)
 {
        int fh = fopen(f, FILE_READ);