Closes #1093: Show weapon when initializing the character controller with a weapon equipped

This commit is contained in:
scrawl 2014-01-12 00:42:27 +01:00
parent 10ddea45e9
commit 921ef6cd9c

View file

@ -441,6 +441,7 @@ CharacterController::CharacterController(const MWWorld::Ptr &ptr, MWRender::Anim
{
getWeaponGroup(mWeaponType, mCurrentWeapon);
mUpperBodyState = UpperCharState_WeapEquiped;
mAnimation->showWeapons(true);
}
}