From 1d1cf000c023b77721ad8cb226330ca6a72a1acc Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sun, 24 Jun 2018 14:35:29 +0200 Subject: Fix rtt >= 0.0f assertion and free_move crash --- src/player.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index ca16111e1..66cd0f5cf 100644 --- a/src/player.h +++ b/src/player.h @@ -93,6 +93,10 @@ struct PlayerSettings bool aux1_descends = false; bool noclip = false; + const std::string setting_names[6] = { + "free_move", "fast_move", "continuous_forward", "always_fly_fast", + "aux1_descends", "noclip" + }; void readGlobalSettings(); }; -- cgit v1.2.3