Skip to content

Commit

Permalink
MonsterMHit bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdgmr committed Oct 6, 2023
1 parent 7523dc0 commit 75ace7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/missiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ Direction16 GetDirection16(Point p1, Point p2)
return ret;
}

bool MonsterTrapHit(int monsterId, int mindam, int maxdam, int dist, Missile missile, MissileID t, DamageType damageType, bool shift)
bool MonsterTrapHit(int monsterId, int mindam, int maxdam, int dist, MissileID t, DamageType damageType, bool shift)
{
auto &monster = Monsters[monsterId];

Expand Down

0 comments on commit 75ace7b

Please sign in to comment.