fix mods stored in profile cause DQ in Survival even though they're overridden

This commit is contained in:
Chris Danford
2005-11-02 20:02:47 +00:00
parent 4a37f2ecdc
commit e12e28d904
5 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ void PlayerState::Update( float fDelta )
void PlayerState::RebuildPlayerOptionsFromActiveAttacks()
{
// rebuild player options
PlayerOptions po = m_StoredPlayerOptions;
PlayerOptions po = m_StagePlayerOptions;
for( unsigned s=0; s<m_ActiveAttacks.size(); s++ )
{
if( !m_ActiveAttacks[s].bOn )