FTE/SERVER: Fix Sniper Scope

This commit is contained in:
Steam Deck User 2023-03-04 21:50:16 -05:00
parent e8d8fd63d9
commit 2ba9349406

View file

@ -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;