mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-01-22 00:11:51 +00:00
Fix disruptor zoom in JKA
This commit is contained in:
parent
6aec59f465
commit
1789e3de6a
1 changed files with 1 additions and 4 deletions
|
@ -14586,10 +14586,7 @@ void PM_AdjustAttackStates( pmove_t *pm )
|
|||
}
|
||||
else if ( cg.zoomMode == 2 )
|
||||
{
|
||||
G_SoundOnEnt( pm->gent, CHAN_AUTO, "sound/weapons/disruptor/zoomend.wav" );
|
||||
// already zooming, so must be wanting to turn it off
|
||||
cg.zoomMode = 0;
|
||||
cg.zoomTime = cg.time;
|
||||
G_SoundOnEnt( pm->gent, CHAN_AUTO, "sound/weapons/disruptor/zoomstart.wav" );
|
||||
cg.zoomLocked = qfalse;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue