mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
correct else placement in calebSwimChase.
This commit is contained in:
parent
e072380470
commit
31541fd8ae
1 changed files with 2 additions and 2 deletions
|
@ -263,9 +263,9 @@ static void calebThinkSwimChase(DBloodActor* actor)
|
|||
else
|
||||
aiNewState(actor, &tinycaleb13967C);
|
||||
}
|
||||
else
|
||||
aiNewState(actor, &tinycaleb13967C);
|
||||
}
|
||||
else
|
||||
aiNewState(actor, &tinycaleb13967C);
|
||||
return;
|
||||
}
|
||||
aiNewState(actor, &tinycalebSwimGoto);
|
||||
|
|
Loading…
Reference in a new issue