Update to use the new ModsGroup api.

This commit is contained in:
Steve Checkoway
2006-08-05 04:47:01 +00:00
parent 7dd10c92f4
commit 1802e603b3
16 changed files with 61 additions and 60 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void PlayerState::RebuildPlayerOptionsFromActiveAttacks()
continue; /* hasn't started yet */
po.FromString( m_ActiveAttacks[s].sModifiers );
}
MODS_GROUP_ASSIGN( m_PlayerOptions, ModsLevel_Song, = po );
m_PlayerOptions.Assign( ModsLevel_Song, po );
int iSumOfAttackLevels = GetSumOfActiveAttackLevels();