From 346376a96d961bd04630e26d93eb7aeb992e4ef5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 11 Sep 2005 04:34:24 +0000 Subject: [PATCH] fix comment --- 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 c235bf1e3e..608a9de324 100644 --- a/stepmania/src/GameCommand.cpp +++ b/stepmania/src/GameCommand.cpp @@ -719,7 +719,7 @@ void GameCommand::Apply( const vector &vpns ) const } else { - // We were filled by an OptionRowHandler in code. GameCommand isn't filled, + // We were filled by an OptionRowHandler in code. m_Commands isn't filled, // so just apply the values that are already set in this. this->ApplySelf( vpns ); }