diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-02-17 11:19:08 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-02-17 11:19:08 +0700 |
| commit | 20aa002424b27724ffd149b74540b5bcc4cbc655 (patch) | |
| tree | c06ac4aacdbd99398bf29a10ade2cb0d8b407b27 /src/GameTick.cpp | |
| parent | c1fd45b68a0c294129f724d10a718bb0589e3167 (diff) | |
| download | blackshades-20aa002424b27724ffd149b74540b5bcc4cbc655.tar.gz | |
Disable laser for sniper rifle
360 no scope are only for those worthy.
Diffstat (limited to 'src/GameTick.cpp')
| -rw-r--r-- | src/GameTick.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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, |
