mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 14:41:55 +00:00
- SW: Implement cl_weaponsway
for game.
This commit is contained in:
parent
0a8f7e60b6
commit
042caf1b21
1 changed files with 1 additions and 1 deletions
|
@ -6800,7 +6800,7 @@ pWeaponBob(PANEL_SPRITEp psp, short condition)
|
|||
}
|
||||
}
|
||||
|
||||
if (TEST(psp->flags, PANF_BOB))
|
||||
if (cl_weaponsway && TEST(psp->flags, PANF_BOB))
|
||||
{
|
||||
// //
|
||||
// sin_xxx moves the weapon left-right
|
||||
|
|
Loading…
Reference in a new issue