]> git.pond.sub.org Git - empserver/commit
Get rid of the need to fix up lchr[].
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 4 Feb 2008 20:38:38 +0000 (21:38 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 7 Feb 2008 07:01:54 +0000 (08:01 +0100)
commit3290e875764b8d3973d8b63d40e84a805580526a
tree751b894c50c04b26c244302cfe869ee1978f4a61
parent91eefc3f3a727fc629f936f5ceece974f55b8ad1
Get rid of the need to fix up lchr[].

Mil are not required for building units since 4.0.0.  l_mil was still
initialized to l_item[I_MILIT], and used instead of that in a couple
of places.  Fix those, and remove the initialization.
include/land.h
src/lib/global/init.c
src/lib/subs/lndsub.c
src/lib/update/revolt.c