mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-06 00:11:05 +00:00
Fix mangled comment
This commit is contained in:
parent
445bb0b99b
commit
e62fcc8148
1 changed files with 3 additions and 3 deletions
|
@ -582,10 +582,10 @@ void Y_Ticker(void)
|
||||||
intertic++;
|
intertic++;
|
||||||
|
|
||||||
// Team scramble code for team match and CTF.
|
// Team scramble code for team match and CTF.
|
||||||
// Don't do this if we'
|
// Don't do this if we're going to automatically scramble teams next round.
|
||||||
// If we run out re going to automatically scramble teams next round.
|
|
||||||
/*if (G_GametypeHasTeams() && cv_teamscramble.value && !cv_scrambleonchange.value && server)
|
/*if (G_GametypeHasTeams() && cv_teamscramble.value && !cv_scrambleonchange.value && server)
|
||||||
{of time in intermission, the beauty is that
|
{
|
||||||
|
// If we run out of time in intermission, the beauty is that
|
||||||
// the P_Ticker() team scramble code will pick it up.
|
// the P_Ticker() team scramble code will pick it up.
|
||||||
if ((intertic % (TICRATE/7)) == 0)
|
if ((intertic % (TICRATE/7)) == 0)
|
||||||
P_DoTeamscrambling();
|
P_DoTeamscrambling();
|
||||||
|
|
Loading…
Reference in a new issue