mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- something insignificant that was missed.
This commit is contained in:
parent
433764fd91
commit
b6d00667de
1 changed files with 6 additions and 2 deletions
|
@ -252,17 +252,21 @@ static void myThinkTarget(DBloodActor* actor)
|
|||
}
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
static void myThinkSearch(DBloodActor* actor)
|
||||
{
|
||||
auto pXSprite = &actor->x();
|
||||
auto pSprite = &actor->s();
|
||||
aiChooseDirection(actor, pXSprite->goalAng);
|
||||
myThinkTarget(actor);
|
||||
}
|
||||
|
||||
static void entryEZombie(DBloodActor* actor)
|
||||
{
|
||||
auto pXSprite = &actor->x();
|
||||
auto pSprite = &actor->s();
|
||||
pSprite->type = kDudeZombieAxeNormal;
|
||||
pSprite->flags |= 1;
|
||||
|
|
Loading…
Reference in a new issue