use templated GetValue, not old RString GetValue()

This commit is contained in:
Glenn Maynard
2007-02-11 00:30:44 +00:00
parent 95fdd553de
commit 5135b7b27c
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1242,7 +1242,7 @@ void Profile::LoadGeneralDataFromNode( const XNode* pNode )
{
FOREACH_CONST_Child( pDefaultModifiers, game_type )
{
m_sDefaultModifiers[game_type->GetName()] = game_type->GetValue();
game_type->GetValue( m_sDefaultModifiers[game_type->GetName()] );
}
}
}