]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/func/door.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / func / door.qh
index 181de8b7b829592dc0ce3dcaf426524a824d78d2..f185f4be8fc96e307ae05ee89078b3174396fb44 100644 (file)
@@ -1,5 +1,8 @@
 #pragma once
 
+#ifdef SVQC
+bool autocvar_sv_doors_always_open;
+#endif
 
 const int DOOR_START_OPEN = BIT(0);
 const int DOOR_DONT_LINK = BIT(2);