]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/getreplies.qh
Offhand hook: migrate to mutator system
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qh
index 77ed76024c70ab67f0bed8778626240c73024f35..0e419fdea3ca94a327d90843bbfeb7cdfa8380e6 100644 (file)
@@ -7,9 +7,9 @@
 // ======================================================
 
 // ladder bullshit todo
-const float LADDER_FIRSTPOINT = 100;
+const int LADDER_FIRSTPOINT = 100;
 #define LADDER_CNT 10 // position X still gives LADDER_FIRSTPOINT/X points
-const float LADDER_SIZE = 30;  // ladder shows the top X players
+const int LADDER_SIZE = 30;    // ladder shows the top X players
 
 string top_uids[LADDER_SIZE];
 float top_scores[LADDER_SIZE];
@@ -21,4 +21,4 @@ string getladder(void);
 string getmaplist(void);
 string getlsmaps(void);
 string getmonsterlist(void);
-#endif
\ No newline at end of file
+#endif