forked from mirror/openmw-tes3mp
Closes #1093: Show weapon when initializing the character controller with a weapon equipped
This commit is contained in:
parent
10ddea45e9
commit
921ef6cd9c
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ CharacterController::CharacterController(const MWWorld::Ptr &ptr, MWRender::Anim
|
|||
{
|
||||
getWeaponGroup(mWeaponType, mCurrentWeapon);
|
||||
mUpperBodyState = UpperCharState_WeapEquiped;
|
||||
mAnimation->showWeapons(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue