From bedae97796d459b4422828ec28739aa5ee8db074 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 5 Feb 2019 21:59:11 +0000 Subject: [PATCH] Fixed Spur Bloody old C --- src/Shoot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shoot.cpp b/src/Shoot.cpp index 93958841..57bfafed 100644 --- a/src/Shoot.cpp +++ b/src/Shoot.cpp @@ -886,7 +886,7 @@ void ShootBullet_Spur(int level) bMax = false; } - if (gKey & gKeyShot == 0) + if (!(gKey & gKeyShot)) ZeroExpMyChar(); switch (level)