forked from teamnwah/openmw-tes3coop
Player constructor now inits new variables.
This commit is contained in:
parent
1a56ef9a67
commit
81c0909dbf
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ namespace MWWorld
|
|||
mRace = player->race;
|
||||
mPlayer.ref.pos.pos[0] = mPlayer.ref.pos.pos[1] = mPlayer.ref.pos.pos[2] = 0;
|
||||
mClass = new ESM::Class (*world.getStore().classes.find (player->cls));
|
||||
mAutoMove = false;
|
||||
misWalking = false;
|
||||
}
|
||||
|
||||
Player::~Player()
|
||||
|
|
Loading…
Reference in a new issue