X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Finit.h;fp=src%2Fserver%2Finit.h;h=bc5c76cf1bae1943f57a0228ce15fdf9248bef20;hb=273a2b16c82a26b8f6592cfe08162d5714738108;hp=12d0c0876ed80d4020ea4a6800622d560880ef1c;hpb=b6c140e3bd19ede26e3992c03c576515487f0a10;p=plomrogue diff --git a/src/server/init.h b/src/server/init.h index 12d0c08..bc5c76c 100644 --- a/src/server/init.h +++ b/src/server/init.h @@ -14,7 +14,8 @@ 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. + * Unlinks a pre-existing file at world.path_record if called on a world.turn>0, + * i.e. if called after iterating through an already established game world. * * 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