From 20aa002424b27724ffd149b74540b5bcc4cbc655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Thu, 17 Feb 2022 11:19:08 +0700 Subject: Disable laser for sniper rifle 360 no scope are only for those worthy. --- src/GameTick.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/GameTick.cpp') diff --git a/src/GameTick.cpp b/src/GameTick.cpp index f5ec2f4..28d3ef3 100644 --- a/src/GameTick.cpp +++ b/src/GameTick.cpp @@ -760,7 +760,6 @@ void renderLaser(Game* game) 0.0f, rotation - 2.5f, 0.0f); coeff = 0.15f; break; - case sniperrifle: case shotgun: aim = DoRotation(joints[lefthand].position - joints[righthand].position, -- cgit v1.2.3