[11805] Send unit movement speeds in the proper order, correct baseMoveSpeed value order

Signed-off-by: SilverIce <slifeleaf@gmail.com>
This commit is contained in:
Midna 2011-09-25 09:37:54 +03:00 committed by SilverIce
parent f48a7867ac
commit cad083b1a8
3 changed files with 5 additions and 5 deletions

View file

@ -57,9 +57,9 @@ float baseMoveSpeed[MAX_MOVE_TYPE] =
{
2.5f, // MOVE_WALK
7.0f, // MOVE_RUN
2.5f, // MOVE_RUN_BACK
4.5f, // MOVE_RUN_BACK
4.722222f, // MOVE_SWIM
4.5f, // MOVE_SWIM_BACK
2.5f, // MOVE_SWIM_BACK
3.141594f, // MOVE_TURN_RATE
7.0f, // MOVE_FLIGHT
4.5f, // MOVE_FLIGHT_BACK