]> git.pond.sub.org Git - empserver/commit
Use relations_with() in lnd_mar_one_sector()
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 30 Jan 2011 15:31:02 +0000 (16:31 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 16 Feb 2011 06:52:25 +0000 (07:52 +0100)
commit6c893f5cc36ce9b051e25a64c798a78c14db58d3
treeb5cbf9a1b87930de2bc15cca35ee377a98feed7b
parent97543baadb5ad7c56dc4856f34aee1f8d149420f
Use relations_with() in lnd_mar_one_sector()

No functional change, because the value of rel only matters when
sect.sct_own != actor, and then it's the same as before.

The new value of rel permits simplifying sect.sct_own != actor && rel
!= ALLIED to just rel != ALLIED.
src/lib/subs/lndsub.c