home · contact · privacy
Server's remake_world() unlinks any pre-existing record file.
[plomrogue] / src / server / init.h
index 595f69733f9cee9a9feffc0ee8fee4eae815bfb4..12d0c0876ed80d4020ea4a6800622d560880ef1c 100644 (file)
@@ -14,6 +14,7 @@
 extern void obey_argv(int argc, char * argv[]);
 
 /* Dissolves old game world if it exists, and generates a new one from "seed".
+ * Unlinks any pre-existing file at world.path_record to re-start record.
  *
  * Map object (action) definitions read in from server config directory are not
  * affected. world.last_update_turn is set to 0 and world.turn to 1, so that