diff --git a/src/BulHit.cpp b/src/BulHit.cpp index d7dec28c..be5fa959 100644 --- a/src/BulHit.cpp +++ b/src/BulHit.cpp @@ -32,7 +32,6 @@ int JudgeHitBulletBlock(int x, int y, BULLET *bul) { 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++) diff --git a/src/Bullet.cpp b/src/Bullet.cpp index f50549b1..221264e4 100644 --- a/src/Bullet.cpp +++ b/src/Bullet.cpp @@ -160,6 +160,7 @@ void SetBullet(int no, int x, int y, int dir) gBul[i].view.bottom = gBulTbl[no].view.bottom << 9; gBul[i].x = x; gBul[i].y = y; + break; } } }