just some comments and such

This commit is contained in:
AJ Kelly
2010-08-22 12:35:19 -05:00
parent 8e373fbcbb
commit c51948467c
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -761,6 +761,7 @@ void GameState::FinishStage()
LOG->Trace( "awarded extra stage" );
FOREACH_HumanPlayer( p )
{
// todo: unhardcode the extra stage limit? -aj
if( m_iAwardedExtraStages[p] < 2 )
{
++m_iAwardedExtraStages[p];