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 ); }