]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/race/sv_race.qc
Some more cleanup of defs.qh, use a flag to indicate crouch state instead of a separa...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / race / sv_race.qc
index 29415649ec95a1e3da306d386d443c466848033f..35a7d950a18f86c2aa4b090d52fee65c95b509e0 100644 (file)
@@ -445,7 +445,7 @@ void race_Initialize()
        race_ScoreRules();
        if(g_race_qualifying == 2)
                warmup_stage = 0;
-       radar_showennemies = true;
+       radar_showenemies = true;
 }
 
 void rc_SetLimits()