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)