]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/compat/quake3.qh
Remove autocvar_sv_q3defragcompat and use 1 bitfield to track .arena and .defi files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / compat / quake3.qh
index eb77acd1eefcb1f11cd1eed55639be86f6f158bf..5d759e3783e4f1ee4dc8e036f2ce6c470fe648e5 100644 (file)
@@ -1,6 +1,6 @@
 #pragma once
 
-bool q3compat_arena(string mapname);
+int q3compat = 0;
 bool DoesQ3ARemoveThisEntity(entity this);
 
 .int fragsfilter_cnt;