]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qh
Figured out why it crashed, time to fix the other leaks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qh
index 4a804309118d1bb5dd084647a9c38444d8950749..d2b1395e8952479ac99da860dd1ee11928b51119 100644 (file)
@@ -5,7 +5,7 @@
 
 // ladder bullshit todo
 const float LADDER_FIRSTPOINT = 100;
-const float LADDER_CNT = 10; // position X still gives LADDER_FIRSTPOINT/X points
+#define LADDER_CNT 10 // position X still gives LADDER_FIRSTPOINT/X points
 const float LADDER_SIZE = 30;  // ladder shows the top X players
 
 string top_uids[LADDER_SIZE];