1
0
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:
SmallJoker
2018-06-24 14:35:29 +02:00
parent 6b72d8d090
commit 1d1cf000c0
3 changed files with 14 additions and 13 deletions

View File

@@ -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();
};