]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/race.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / race.qh
index 9dd37a89e1f8f9daa7eb53c93507987fab61f9f9..0bef0b59a66033d0f5fe436cbef7aad4f76393b7 100644 (file)
@@ -1,5 +1,7 @@
 #pragma once
 
+bool autocvar_g_allow_checkpoints;
+
 .string stored_netname; // TODO: store this information independently of race-based gamemodes
 
 float race_teams;