Skip to content

Commit

Permalink
libcommon: Fix misleading comment in G_DoLeaveMap()
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jul 13, 2012
1 parent 4bfaee1 commit fdd1218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/plugins/common/src/g_game.c
Expand Up @@ -2571,7 +2571,7 @@ void G_DoLeaveMap(void)
}

// Take a copy of the player objects (they will be cleared in the process
// of calling G_ApplyGameRules() and we need to restore them after).
// of calling P_SetupMap() and we need to restore them after).
SV_HxBackupPlayersInCluster(playerBackup);

// Disable class randomization (all players must spawn as their existing class).
Expand Down

0 comments on commit fdd1218

Please sign in to comment.