]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/gamemode_cts.qh
Revert "Merge branch 'TimePath/bot_api' into 'master'\r"
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_cts.qh
1 #ifndef GAMEMODE_CTS_H
2 #define GAMEMODE_CTS_H
3 //float g_race_qualifying;
4
5 // scores
6 const float ST_CTS_LAPS = 1;
7 const float SP_CTS_LAPS = 4;
8 const float SP_CTS_TIME = 5;
9 const float SP_CTS_FASTEST = 6;
10 #endif