X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Finit.c;h=dd6ee15408a70a83b37a76b338e76878d475888c;hb=036e0f646d4b55cc0162a8fad7f1a9559db50c50;hp=e9bb3d43836e4590874f0ae125841c7f14fb2a76;hpb=9a45da3c6ecdeccd30e07e18a93023cfb08cef39;p=plomrogue diff --git a/src/server/init.c b/src/server/init.c index e9bb3d4..dd6ee15 100644 --- a/src/server/init.c +++ b/src/server/init.c @@ -127,7 +127,7 @@ extern void remake_world() world.log = NULL; /* thing_actions.c's update_log() checks for this. */ world.seed_map = world.seed; free_things(world.things); - world.last_update_turn = 0; + world.do_update = 1; remake_map(); struct ThingType * tt; for (tt = world.thing_types; NULL != tt; tt = tt->next)