Enable subtle fall bobbing (#7856)
authorHybridDog <ovvv@web.de>
Mon, 12 Nov 2018 18:34:47 +0000 (19:34 +0100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Mon, 12 Nov 2018 18:34:47 +0000 (19:34 +0100)
Set the default value of fall_bobbing_amount to 0.03

builtin/settingtypes.txt
src/defaultsettings.cpp

index 13d3334d37094d8a76ebe3db08d079aa891902e6..e190bfc2282aa924f62526db0e89507e5a16079d 100644 (file)
@@ -629,7 +629,7 @@ view_bobbing_amount (View bobbing factor) float 1.0
 
 #    Multiplier for fall bobbing.
 #    For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.
-fall_bobbing_amount (Fall bobbing factor) float 0.0
+fall_bobbing_amount (Fall bobbing factor) float 0.03
 
 #    3D support.
 #    Currently supported:
index 9ae2daa0ba791426ede0090a13323b0e82fb08f3..ff32ddc17752704f3c075d5030c2fdb4ee8bef63 100644 (file)
@@ -176,7 +176,7 @@ void set_default_settings(Settings *settings)
        settings->setDefault("cinematic_camera_smoothing", "0.7");
        settings->setDefault("enable_clouds", "true");
        settings->setDefault("view_bobbing_amount", "1.0");
-       settings->setDefault("fall_bobbing_amount", "0.0");
+       settings->setDefault("fall_bobbing_amount", "0.03");
        settings->setDefault("enable_3d_clouds", "true");
        settings->setDefault("cloud_radius", "12");
        settings->setDefault("menu_clouds", "true");