Fix mangled comment

This commit is contained in:
Steel Titanium 2019-04-22 19:27:42 -04:00
parent 445bb0b99b
commit e62fcc8148

View file

@ -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();