fix comment

This commit is contained in:
Glenn Maynard
2004-05-03 20:14:52 +00:00
parent cc9f2507c0
commit d6d10331eb
+1 -2
View File
@@ -77,8 +77,7 @@ void GameState::ApplyCmdline()
{
int i;
/* This is in order of dependency: we need to join players before we can set
* the style, and we need to set the style before we can select steps. */
/* We need to join players before we can set the style. */
CString sPlayer;
for( i = 0; GetCommandlineArgument( "player", &sPlayer, i ); ++i )
{