mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-11-10 06:41:36 +00:00
Fixed PDA
This commit is contained in:
parent
a11f605457
commit
2d8e321f13
1 changed files with 2 additions and 1 deletions
|
@ -2582,7 +2582,8 @@ void idWeapon::PresentWeapon( bool showViewModel, int hand ) {
|
||||||
weapon_t currentWeapon = WEAPON_NONE;
|
weapon_t currentWeapon = WEAPON_NONE;
|
||||||
currentWeapon = IdentifyWeapon();
|
currentWeapon = IdentifyWeapon();
|
||||||
|
|
||||||
if ( isPlayerFlashlight || hand != vr_weaponHand.GetInteger())
|
//if ( isPlayerFlashlight || hand != vr_weaponHand.GetInteger())
|
||||||
|
if (isPlayerFlashlight)
|
||||||
{
|
{
|
||||||
viewWeaponOrigin = playerViewOrigin;
|
viewWeaponOrigin = playerViewOrigin;
|
||||||
viewWeaponAxis = playerViewAxis;
|
viewWeaponAxis = playerViewAxis;
|
||||||
|
|
Loading…
Reference in a new issue