X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Finit.h;fp=src%2Fserver%2Finit.h;h=12d0c0876ed80d4020ea4a6800622d560880ef1c;hb=fd2cb2cba67e6f26bb02b827d9e458524fd1f0d4;hp=595f69733f9cee9a9feffc0ee8fee4eae815bfb4;hpb=316a56901b2249264b72992fd5aa63ce16fd3304;p=plomrogue diff --git a/src/server/init.h b/src/server/init.h index 595f697..12d0c08 100644 --- a/src/server/init.h +++ b/src/server/init.h @@ -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