shithub: cstory

Download patch

ref: bedae97796d459b4422828ec28739aa5ee8db074
parent: 025a30fd41c7a4fe5d5f5000ce6a0245c0129a16
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Feb 5 16:59:11 EST 2019

Fixed Spur

Bloody old C

--- a/src/Shoot.cpp
+++ b/src/Shoot.cpp
@@ -886,7 +886,7 @@
 		bMax = false;
 	}
 
-	if (gKey & gKeyShot == 0)
+	if (!(gKey & gKeyShot))
 		ZeroExpMyChar();
 
 	switch (level)