X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=src%2Fserver%2Finit.h;h=f99126c88aaadc5c06f73673dd568d1a5f0ea852;hb=8bdc3ca1ee8ef89c0d9a6bce35bead180ce67893;hp=1cc6706f4317f19f2ef757975940aca904c72c25;hpb=87aec00b668777cef82a9a43e490563e9c90f039;p=plomrogue diff --git a/src/server/init.h b/src/server/init.h index 1cc6706..f99126c 100644 --- a/src/server/init.h +++ b/src/server/init.h @@ -21,9 +21,9 @@ extern void setup_server_io(); * 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 - * 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.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. */ extern void remake_world(uint32_t seed);