mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-14 17:00:39 +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++;
|
||||
|
||||
// Team scramble code for team match and CTF.
|
||||
// Don't do this if we'
|
||||
// If we run out re going to automatically scramble teams next round.
|
||||
// Don't do this if we're going to automatically scramble teams next round.
|
||||
/*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.
|
||||
if ((intertic % (TICRATE/7)) == 0)
|
||||
P_DoTeamscrambling();
|
||||
|
|
Loading…
Reference in a new issue