]> git.pond.sub.org Git - empserver/commit
update: Fix unowned uw to eat, procreate and produce
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 5 Jun 2016 12:37:41 +0000 (14:37 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Aug 2017 17:59:58 +0000 (19:59 +0200)
commit6c4874e4d267260231d6c2367390bd0332427a17
tree706e4d659bf3d58336471956f648a8718403f3b2
parent55dcbaa8da4c14b124092ff109a912c8e7e5563e
update: Fix unowned uw to eat, procreate and produce

produce_sect() skips sectors without civilians, military and land
units.  These are unowned.  Any uw there are frozen in time: they
don't eat, procreate or produce.  Has always been broken.  Don't skip
such sectors.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/update/sect.c
tests/update/final.xdump
tests/update/journal.log