]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/compat/quake3.qh
Merge branch 'bones_was_here/strafehud_jumpheight' into Juhu/strafehud-fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / compat / quake3.qh
index 029485ab03f969fecd2d45c033a309dc2b0f5092..d2c547b6f6e9d3bacce6388c7f5eed703c642be1 100644 (file)
@@ -4,6 +4,8 @@ int q3compat = 0;
 #define Q3COMPAT_ARENA BIT(0)
 #define Q3COMPAT_DEFI BIT(1)
 
+bool autocvar_sv_q3compat_changehitbox;
+
 bool DoesQ3ARemoveThisEntity(entity this);
 int GetAmmoConsumptionQ3(string netname);