X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=src%2Fserver%2Finit.h;h=1cc6706f4317f19f2ef757975940aca904c72c25;hb=2a60941d0815c19c11a01943faed931e0b364d4f;hp=0be0dfdf69992c85aca0deed1547fa7184288e94;hpb=4ee05e4f640430b572c628a38cf0e90ea8d0e755;p=plomrogue diff --git a/src/server/init.h b/src/server/init.h index 0be0dfd..1cc6706 100644 --- a/src/server/init.h +++ b/src/server/init.h @@ -23,8 +23,7 @@ extern void setup_server_io(); * 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. How many map objects of what type - * id are generated on the map is currently hard-coded. + * this function is called during a round 1. */ extern void remake_world(uint32_t seed);