mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-08 00:32:28 +00:00
- Blood: fixed bad parameter in aiPatrolMove
This commit is contained in:
parent
3e21db19be
commit
8575447e37
1 changed files with 1 additions and 1 deletions
|
@ -7820,7 +7820,7 @@ void aiPatrolMove(DBloodActor* actor)
|
||||||
auto hitactor = actor->hit.hit.actor();
|
auto hitactor = actor->hit.hit.actor();
|
||||||
hitactor->xspr.dodgeDir = -1;
|
hitactor->xspr.dodgeDir = -1;
|
||||||
actor->xspr.dodgeDir = 1;
|
actor->xspr.dodgeDir = 1;
|
||||||
aiMoveDodge(hitactor);
|
aiMoveDodge(actor);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue