]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Label some field pointers with the const attribute
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 5b5d8a66b78a017e5f077e975592e94b0b65227d..c66ad28fe3e190a1b3582cb2e227b6d3ca025d4a 100644 (file)
@@ -50,7 +50,7 @@ float server_is_dedicated;
 .float pain_frame;                     //"
 .float  crouch;        // Crouching or not?
 
-.float superweapons_finished = _STAT(SUPERWEAPONS_FINISHED);
+const .float superweapons_finished = _STAT(SUPERWEAPONS_FINISHED);
 
 .float cnt; // used in too many places
 .float count;