- SW: Pitch-adjusted velocity for InitTracerUzi().

This commit is contained in:
Mitchell Richters 2022-10-11 16:21:12 +11:00 committed by Christoph Oelckers
parent 7ae21a27cc
commit 25e0b9a073

View file

@ -15260,7 +15260,7 @@ int InitTracerUzi(PLAYER* pp)
return 0;
}
actorNew->vel.Z = pp->horizon.horiz.Tan() * actorNew->vel.X;
setFreeAimVelocity(actorNew->vel.X, actorNew->vel.Z, pp->horizon.horiz, actorNew->vel.X);
plActor->clipdist = oclipdist;