From 410679fb44a11af74933f0eaa746ba6d0bf3fb33 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 19 Feb 2005 09:56:53 +0000 Subject: [PATCH] apply commands to inactive players, too --- stepmania/src/GameCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameCommand.cpp b/stepmania/src/GameCommand.cpp index 7557660fd1..1ecbe31229 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -553,7 +553,7 @@ void GameCommand::ApplyToAllPlayers() const { vector vpns; - FOREACH_HumanPlayer( pn ) + FOREACH_PlayerNumber( pn ) vpns.push_back( pn ); Apply( vpns );