mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02:00
Fix rtt >= 0.0f assertion and free_move crash
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user