Another pitch thing I missed.

This commit is contained in:
Marisa the Magician 2019-08-12 19:30:55 +02:00
commit 4915d5b4c6
2 changed files with 1 additions and 1 deletions

View file

@ -75,7 +75,7 @@ Class Razor2 : Actor
Super.PostBeginPlay();
let t = Spawn("Razor2Trail",pos);
t.target = self;
A_PlaySound("ripper/hum",CHAN_VOICE,1.0,true,3.0);
A_PlaySound("ripper/hum",CHAN_VOICE,1.0,true,3.0,pitch:3.125);
Vector3 dir = vel.unit();
A_SetAngle(atan2(dir.y,dir.x));
A_SetPitch(asin(-dir.z));