X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Finit.h;h=cadacf3ad27cac50695e3bc159b3b1490ee57d75;hb=9a0c71899a4d8f61600c6e317ba8d732f19697ea;hp=e56337414bd8f1f96243433b0d73424832f742ba;hpb=1452d43c6d7c89219cda91362da53ac8e4acb887;p=plomrogue diff --git a/src/server/init.h b/src/server/init.h index e563374..cadacf3 100644 --- a/src/server/init.h +++ b/src/server/init.h @@ -20,9 +20,8 @@ extern void setup_server_io(); * Unlinks any pre-existing record file. * * Thing (action) definitions read in from server config directory are not - * affected. The map is populated accordingly. world.last_update_turn is set to - * 0 and world.turn to 1, so that io_round()'s criteria for updating the output - * file are triggered even when this function is called during a round 1. + * affected. The map is populated accordingly. world.turn is set to 1, as is + * world.do_update, so that io_round() is told to update the worldstate file. */ extern void remake_world();