From 16e94572e33b251ef0bac6e47588734f51bcfdda Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 29 Aug 2004 10:44:51 +0000 Subject: [PATCH] fix comment typo --- stepmania/src/Actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index e9919019c4..9d9c297974 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -740,7 +740,7 @@ void Actor::HandleCommand( const ParsedCommand &command ) ParsedCommand newcommand = command; newcommand.vTokens.erase( newcommand.vTokens.begin() ); QueueCommand( newcommand ); - return; // don't to parameter number checking + return; // don't do parameter number checking } /* These are commands intended for a Sprite commands, but they will get