mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 12:32:13 +00:00
- SW: Pitch-adjusted velocity for InitRocket()
.
This commit is contained in:
parent
8da5b096c0
commit
26460bc6aa
1 changed files with 1 additions and 1 deletions
|
@ -13651,7 +13651,7 @@ int InitRocket(PLAYER* pp)
|
||||||
SetOwner(pp->actor, actorNew);
|
SetOwner(pp->actor, actorNew);
|
||||||
actorNew->spr.scale = DVector2(1.40626, 1.40625);
|
actorNew->spr.scale = DVector2(1.40626, 1.40625);
|
||||||
actorNew->spr.shade = -15;
|
actorNew->spr.shade = -15;
|
||||||
zvel = pp->horizon.horiz.Tan() * ((HORIZ_MULT + 35) * 0.5);
|
setFreeAimVelocity(actorNew->vel.X, zvel, pp->horizon.horiz, (HORIZ_MULT + 35) * 0.5);
|
||||||
|
|
||||||
actorNew->clipdist = 4;
|
actorNew->clipdist = 4;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue