shithub: cstory

Download patch

ref: 79e4e567e92c0d938548c85ee622774b98b6d268
parent: bea22e72e00abd73efce57c949e65f477eee214d
author: cuckydev <[email protected]>
date: Wed Jan 30 11:10:19 EST 2019

fixed bullet

--- a/src/BulHit.cpp
+++ b/src/BulHit.cpp
@@ -32,7 +32,6 @@
 	{
 		if (!(bul->bbits & 0x40))
 			bul->cond = 0;
-		printf("%d\n", bul->cond);
 		SetCaret(bul->x, bul->y, 2, 0);
 		PlaySoundObject(12, 1);
 		for (int i = 0; i < 4; i++)
--- a/src/Bullet.cpp
+++ b/src/Bullet.cpp
@@ -160,6 +160,7 @@
 			gBul[i].view.bottom = gBulTbl[no].view.bottom << 9;
 			gBul[i].x = x;
 			gBul[i].y = y;
+			break;
 		}
 	}
 }