- made PlayerPawn.TweakSpeeds virtual.

This commit is contained in:
Christoph Oelckers 2018-12-29 08:43:36 +01:00
parent f31b1b92c9
commit dd3dba2ef1

View file

@ -985,7 +985,7 @@ class PlayerPawn : Actor native
// //
//=========================================================================== //===========================================================================
double, double TweakSpeeds (double forward, double side) virtual double, double TweakSpeeds (double forward, double side)
{ {
// Strife's player can't run when its health is below 10 // Strife's player can't run when its health is below 10
if (health <= RunHealth) if (health <= RunHealth)