Skip to content

Commit

Permalink
fix the parameter-name of MissToMonst (monster.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Aug 11, 2024
1 parent 6c9c324 commit df6c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/monster.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit df6c52f

Please sign in to comment.