From df6c52f0a2377039eeff02164d48ee7878a4dc77 Mon Sep 17 00:00:00 2001 From: pionere Date: Sun, 11 Aug 2024 17:50:44 +0200 Subject: [PATCH] fix the parameter-name of MissToMonst (monster.h) --- Source/monster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monster.h b/Source/monster.h index 46b0cd7f650..3fa89ff4399 100644 --- a/Source/monster.h +++ b/Source/monster.h @@ -59,7 +59,7 @@ void FreeMonsters(); //bool CheckAllowMissile(int x, int y); bool LineClear(int x1, int y1, int x2, int y2); void SyncMonsterAnim(int mnum); -void MissToMonst(int mnum); +void MissToMonst(int mi); /* Check if the monster can be displaced to the given position. (unwillingly) */ bool PosOkMonster(int mnum, int x, int y); /* Check if the monster can be placed to the given position. (willingly) */