Fix mangled comment

This commit is contained in:
Steel Titanium 2019-04-22 19:27:42 -04:00
parent 445bb0b99b
commit e62fcc8148
1 changed files with 3 additions and 3 deletions

View File

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