mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Fix rtt >= 0.0f assertion and free_move crash
This commit is contained in:
parent
6b72d8d090
commit
1d1cf000c0
3 changed files with 14 additions and 13 deletions
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue