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

allow specifying a fixed seed in the config file for generating the map (fixed_map_seed)

This commit is contained in:
Kahrl 2011-08-31 11:24:50 +02:00 committed by Perttu Ahola
parent c68ea19e8d
commit 570a8dbf22
2 changed files with 12 additions and 4 deletions

View file

@ -85,6 +85,7 @@ void set_default_settings()
g_settings.setDefault("default_privs", "build, shout");
g_settings.setDefault("profiler_print_interval", "0");
g_settings.setDefault("enable_mapgen_debug_info", "false");
g_settings.setDefault("fixed_map_seed", "");
g_settings.setDefault("objectdata_interval", "0.2");
g_settings.setDefault("active_object_range", "2");