fixed function name
This commit is contained in:
parent
452f589e21
commit
dbc2694b0f
@ -319,7 +319,7 @@ float cPlayer::XpGetPercentage()
|
||||
{
|
||||
int currentLevel = CalcLevelFromXp(m_XpTotal);
|
||||
|
||||
return (float)m_XpTotal / (float)XpAtLevel(1+currentLevel);
|
||||
return (float)m_XpTotal / (float)XpForLevel(1+currentLevel);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user