Core/Players: Changed taxi speed to match spline durations seen in packets

This commit is contained in:
Shauren
2015-09-17 23:15:01 +02:00
parent 66f47dc848
commit 1cc4badf06
@@ -329,7 +329,7 @@ void FlightPathMovementGenerator::DoFinalize(Player* player)
player->RemoveFlag(PLAYER_FLAGS, PLAYER_FLAGS_TAXI_BENCHMARK);
}
#define PLAYER_FLIGHT_SPEED 32.0f
#define PLAYER_FLIGHT_SPEED 30.0f
void FlightPathMovementGenerator::DoReset(Player* player)
{