forked from mirror/openmw-tes3mp
[Client] Simplify hasFinishedCharGen method
This commit is contained in:
parent
96bd21a7ca
commit
34a46e6811
1 changed files with 1 additions and 4 deletions
|
@ -148,10 +148,7 @@ bool LocalPlayer::charGenThread()
|
||||||
|
|
||||||
bool LocalPlayer::hasFinishedCharGen()
|
bool LocalPlayer::hasFinishedCharGen()
|
||||||
{
|
{
|
||||||
if (charGenStage.end == 0)
|
return charGenStage.end == 0;
|
||||||
return true;
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void LocalPlayer::updateDynamicStats(bool forceUpdate)
|
void LocalPlayer::updateDynamicStats(bool forceUpdate)
|
||||||
|
|
Loading…
Reference in a new issue