From aa8684be7efeec63cce394265609834e06bc68fa Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 9 Apr 2015 00:19:12 +0200 Subject: Decrease human speed back to the vanilla value. --- src/game/bg_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game') diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 240f6a5..09da2b8 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2566,7 +2566,7 @@ static const classAttributes_t bg_classList[ ] = 0.002f, //float bob; 1.0f, //float bobCycle; 100, //int steptime; - 1.25f, //float speed; + 1.0f, //float speed; 10.0f, //float acceleration; 1.0f, //float airAcceleration; 6.0f, //float friction; @@ -2593,7 +2593,7 @@ static const classAttributes_t bg_classList[ ] = 0.002f, //float bob; 1.0f, //float bobCycle; 100, //int steptime; - 1.25f, //float speed; + 1.0f, //float speed; 10.0f, //float acceleration; 1.0f, //float airAcceleration; 6.0f, //float friction; -- cgit