Extend pitch fly mode to swimming (#7943)
This commit is contained in:
@@ -139,7 +139,7 @@ void Player::clearHud()
|
||||
void PlayerSettings::readGlobalSettings()
|
||||
{
|
||||
free_move = g_settings->getBool("free_move");
|
||||
pitch_fly = g_settings->getBool("pitch_fly");
|
||||
pitch_move = g_settings->getBool("pitch_move");
|
||||
fast_move = g_settings->getBool("fast_move");
|
||||
continuous_forward = g_settings->getBool("continuous_forward");
|
||||
always_fly_fast = g_settings->getBool("always_fly_fast");
|
||||
|
Reference in New Issue
Block a user