mirror of
https://github.com/DrBeef/Raze.git
synced 2025-04-05 15:30:49 +00:00
- removed useless utility function
This commit is contained in:
parent
42389133d3
commit
59950062b7
1 changed files with 1 additions and 6 deletions
|
@ -34,11 +34,6 @@ static actionSeq WaspSeq[] = {
|
|||
{29, 1}
|
||||
};
|
||||
|
||||
void SetWaspVel(DExhumedActor* pActor)
|
||||
{
|
||||
pActor->VelFromAngle();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
//
|
||||
|
@ -195,7 +190,7 @@ void AIWasp::Damage(RunListEvent* ev)
|
|||
pActor->spr.cstat = 0;
|
||||
pActor->spr.angle += DAngle180;
|
||||
|
||||
SetWaspVel(pActor);
|
||||
pActor->VelFromAngle();
|
||||
|
||||
pActor->vel.Z = 2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue