Fix silly typo in reloading of player role calculation data

This commit is contained in:
cim 2013-10-12 23:23:47 +01:00
parent fa934b516f
commit 84c13736be

View File

@ -1181,7 +1181,7 @@ static GLfloat sBaseMass = 0.0;
}
}
roleWeightFlags = [[dict oo_dictionaryForKey:@"role_weight_Flags"] mutableCopy];
roleWeightFlags = [[dict oo_dictionaryForKey:@"role_weight_flags"] mutableCopy];
if (roleWeightFlags == nil)
{
roleWeightFlags = [[NSMutableDictionary alloc] init];