From 071c42a72f7fbeea3f0e7ffd6e2f89bf84ba2e08 Mon Sep 17 00:00:00 2001 From: Aaron M Date: Tue, 29 Oct 2019 19:41:24 +1300 Subject: [PATCH] stupid space thing --- Game Files/HOTD4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game Files/HOTD4.cpp b/Game Files/HOTD4.cpp index 2b90d65..d8d0b58 100644 --- a/Game Files/HOTD4.cpp +++ b/Game Files/HOTD4.cpp @@ -61,7 +61,7 @@ static int RunningThread(void *ptr) UINT8 static oldHealth2p = 0; UINT8 static oldBullet2p = 0; UINT8 newHealth1p = Health1p; - UINT8 newBullet1p = Bullet1p; + UINT8 newBullet1p = Bullet1p; UINT8 newHealth2p = Health2p; UINT8 newBullet2p = Bullet2p;