]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/gamemode_race.qh
Merge branch 'master' into TimePath/experiments/csqc_prediction
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_race.qh
1 #ifndef GAMEMODE_RACE_H
2 #define GAMEMODE_RACE_H
3
4 float g_race_qualifying;
5 float race_teams;
6
7 // scores
8 const float ST_RACE_LAPS = 1;
9 const float SP_RACE_LAPS = 4;
10 const float SP_RACE_TIME = 5;
11 const float SP_RACE_FASTEST = 6;
12 #endif