- where did that comma go?

This commit is contained in:
Christoph Oelckers 2021-12-26 11:53:30 +01:00
parent 34f14aa4c3
commit 745794a1f1

View file

@ -7036,7 +7036,7 @@ int DoDamageTest(DSWActor* actor)
// For speed's sake, try limiting check only to radius weapons!
if (actor->user.Radius > 200)
{
if (!FAFcansee(itActor, ActorUpperZ(actor), actor actor->spr.pos.Z))
if (!FAFcansee(itActor, ActorUpperZ(actor), actor, actor->spr.pos.Z))
continue;
}