diff options
| author | thenecromancer <none@none> | 2010-01-20 20:42:03 +0100 |
|---|---|---|
| committer | thenecromancer <none@none> | 2010-01-20 20:42:03 +0100 |
| commit | e350775de7152fd9056bb64b4d5523b1d23195f1 (patch) | |
| tree | b4306ffe2389ee5d3a210da87b77ec49a65ddaef /src | |
| parent | 2fa32f577aa55bbb5a0d7cb5720c0d78641a24af (diff) | |
Change MOVE_RUN_BACK speed to match retail data
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Unit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index aa37562df33..152fdd3ec3d 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -63,7 +63,7 @@ float baseMoveSpeed[MAX_MOVE_TYPE] = { 2.5f, // MOVE_WALK 7.0f, // MOVE_RUN - 3.0f, // MOVE_RUN_BACK + 2.5f, // MOVE_RUN_BACK 4.722222f, // MOVE_SWIM 4.5f, // MOVE_SWIM_BACK 3.141594f, // MOVE_TURN_RATE @@ -74,7 +74,7 @@ float baseMoveSpeed[MAX_MOVE_TYPE] = float playerBaseMoveSpeed[MAX_MOVE_TYPE] = { 2.5f, // MOVE_WALK 7.0f, // MOVE_RUN - 3.0f, // MOVE_RUN_BACK + 2.5f, // MOVE_RUN_BACK 4.722222f, // MOVE_SWIM 4.5f, // MOVE_SWIM_BACK 3.141594f, // MOVE_TURN_RATE |
