summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2015-04-09 00:19:12 +0200
committerPaweł Redman <pawel.redman@gmail.com>2015-04-09 00:19:12 +0200
commitaa8684be7efeec63cce394265609834e06bc68fa (patch)
treeefce08477b87f6cc9d62faffa0bd81699c47b739 /src
parentd35d92a610f82bdea5effe7485152bb74f6fbe51 (diff)
Decrease human speed back to the vanilla value.
Diffstat (limited to 'src')
-rw-r--r--src/game/bg_misc.c4
1 files changed, 2 insertions, 2 deletions
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;