fix comment

This commit is contained in:
Glenn Maynard
2005-09-11 04:34:24 +00:00
parent 0d1ccc0a13
commit 346376a96d
+1 -1
View File
@@ -719,7 +719,7 @@ void GameCommand::Apply( const vector<PlayerNumber> &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 );
}