X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Finit.h;h=cadacf3ad27cac50695e3bc159b3b1490ee57d75;hb=036e0f646d4b55cc0162a8fad7f1a9559db50c50;hp=e56337414bd8f1f96243433b0d73424832f742ba;hpb=9a45da3c6ecdeccd30e07e18a93023cfb08cef39;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();