mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 17:10:55 +00:00
FTE/SERVER: Fix Sniper Scope
This commit is contained in:
parent
e8d8fd63d9
commit
2ba9349406
1 changed files with 1 additions and 7 deletions
|
@ -69,13 +69,7 @@ void() W_AimIn =
|
|||
if (self.weapon == W_KAR_SCOPE || self.weapon == W_PTRS ||
|
||||
self.weapon == W_HEADCRACKER || self.weapon == W_PENETRATOR) {
|
||||
SetUpdate(self, UT_ZOOM2, 0, 0, 0);
|
||||
|
||||
#ifndef FTE
|
||||
|
||||
self.zoom = 1;
|
||||
|
||||
#endif // FTE
|
||||
|
||||
self.zoom = 2;
|
||||
self.scopetime = time + 0.3;
|
||||
} else {
|
||||
self.zoom = 1;
|
||||
|
|
Loading…
Reference in a new issue