mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-21 08:50:51 +00:00
- SW: Pitch-adjusted velocity for InitNuke()
.
This commit is contained in:
parent
393553780b
commit
7658d8772d
1 changed files with 1 additions and 1 deletions
|
@ -13860,7 +13860,7 @@ int InitNuke(PLAYER* pp)
|
|||
SetOwner(pp->actor, actorNew);
|
||||
actorNew->spr.scale = DVector2(2, 2);
|
||||
actorNew->spr.shade = -15;
|
||||
zvel = pp->horizon.horiz.Tan() * ((HORIZ_MULT + 36) * 0.5);
|
||||
setFreeAimVelocity(actorNew->vel.X, zvel, pp->horizon.horiz, (HORIZ_MULT + 36) * 0.5);
|
||||
actorNew->clipdist = 4;
|
||||
|
||||
// Set to red palette
|
||||
|
|
Loading…
Reference in a new issue