]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/teamradar.qh
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / teamradar.qh
index dfa92ef1c8bd8a689d514838946e19b6ce27d3b3..2ab26a343d309e4a69580c9544548ad310c108b3 100644 (file)
@@ -1,4 +1,4 @@
-const float MAX_TEAMRADAR_TIMES = 32;
+const int MAX_TEAMRADAR_TIMES = 32;
 
 // to make entities have dots on the team radar
 .float teamradar_icon;