1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-05-05 08:11:24 +00:00

Make sure player is updated after birthsign is set.

This commit is contained in:
Jan Borsodi 2010-10-23 01:28:30 +02:00
parent cefd5fb338
commit 51f26e059a

View file

@ -370,6 +370,7 @@ namespace MWMechanics
{
mEnvironment.mWorld->getPlayerPos().setBirthsign (id);
buildPlayer();
mUpdatePlayer = true;
}
void MechanicsManager::setPlayerClass (const std::string& id)