mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- where did that comma go?
This commit is contained in:
parent
34f14aa4c3
commit
745794a1f1
1 changed files with 1 additions and 1 deletions
|
@ -7036,7 +7036,7 @@ int DoDamageTest(DSWActor* actor)
|
||||||
// For speed's sake, try limiting check only to radius weapons!
|
// For speed's sake, try limiting check only to radius weapons!
|
||||||
if (actor->user.Radius > 200)
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue