- Fixed: The speed definition of PowerSpeed used PROP_SpeedFixed instead of

PROP_SpeedLong.
- Fixed: The Chainsaw's kickback was initialized to the default - not 0.


SVN r535 (trunk)
This commit is contained in:
Christoph Oelckers 2007-05-27 12:16:43 +00:00
commit 2345a1a5f0
7 changed files with 2266 additions and 2230 deletions

View file

@ -1163,7 +1163,7 @@ void APlayerSpeedTrail::Tick ()
// Speed Powerup -------------------------------------------------------------
IMPLEMENT_STATELESS_ACTOR (APowerSpeed, Any, -1, 0)
PROP_SpeedFixed(3*FRACUNIT/2)
PROP_SpeedLong(3*FRACUNIT/2)
PROP_Powerup_EffectTics (SPEEDTICS)
PROP_Inventory_Icon ("SPBOOT0")
END_DEFAULTS