* Score indices
*/
#define MAX_SCORE 10
-const float MAX_TEAMSCORE = 2;
+#define MAX_TEAMSCORE 2
const float ST_SCORE = 0;
const float SP_KILLS = 0;
const float BUFMODELS_DESC = 4;
const float BUFMODELS_COUNT = 5;
-const float XONVOTE186 = 1; // (nyov) removal of model text description
+#define XONVOTE186 1 // (nyov) removal of model text description
void XonoticPlayerModelSelector_configureXonoticPlayerModelSelector(entity me)
{
// 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];