1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02: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");