]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/teamradar.qh
Turn #define'd constants into actual constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qh
index 2dbdf89658898f756af81d33cf6c57d80e12c664..35ae44385b2fecdbb35b1cd0be4352026ba1a025 100644 (file)
@@ -1,4 +1,4 @@
-#define MAX_TEAMRADAR_TIMES 32
+const float MAX_TEAMRADAR_TIMES = 32;
 
 // to make entities have dots on the team radar
 .float teamradar_icon;