1
0
mirror of synced 2025-02-17 10:58:36 +01:00

stupid space thing

This commit is contained in:
Aaron M 2019-10-29 19:41:24 +13:00
parent e93d2bf969
commit 071c42a72f

View File

@ -61,7 +61,7 @@ static int RunningThread(void *ptr)
UINT8 static oldHealth2p = 0; UINT8 static oldHealth2p = 0;
UINT8 static oldBullet2p = 0; UINT8 static oldBullet2p = 0;
UINT8 newHealth1p = Health1p; UINT8 newHealth1p = Health1p;
UINT8 newBullet1p = Bullet1p; UINT8 newBullet1p = Bullet1p;
UINT8 newHealth2p = Health2p; UINT8 newHealth2p = Health2p;
UINT8 newBullet2p = Bullet2p; UINT8 newBullet2p = Bullet2p;