1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

modified the build system of lua to a more minimal one

This commit is contained in:
Perttu Ahola 2011-02-24 00:19:41 +02:00
parent bfd0980748
commit 9f859d8389
6 changed files with 56 additions and 168 deletions

View file

@ -54,6 +54,7 @@ void set_default_settings()
g_settings.setDefault("fast_move", "false");
g_settings.setDefault("enable_experimental", "false");
g_settings.setDefault("creative_mode", "false");
g_settings.setDefault("objectdata_interval", "0.2");
g_settings.setDefault("active_object_range", "2");