Update player.cpp

master
rarkenin 2013-03-18 09:38:19 -03:00
parent 858d691595
commit 41550a19af
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Player::Player(IGameDef *gamedef):
movement_liquid_fluidity = 1 * BS; movement_liquid_fluidity = 1 * BS;
movement_liquid_fluidity_smooth = 0.5 * BS; movement_liquid_fluidity_smooth = 0.5 * BS;
movement_liquid_sink = 10 * BS; movement_liquid_sink = 10 * BS;
movement_gravity = g_settings->getFloat("gravity_acceleration_client") * BS; movement_gravity = 9.81 * BS;
} }
Player::~Player() Player::~Player()