]> git.pond.sub.org Git - empserver/commit
unit: Fix comments on struct ulist member use
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jan 2014 09:18:04 +0000 (10:18 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 14 Jan 2015 18:08:46 +0000 (19:08 +0100)
commit5c9d6063a4ffa32024df2d796e287bed852dc3fd
tree4c65ee39c8252b4f40b80584c90abad2611d5ccc
parentfe42e6e8dde5d01aa74d5aa0dd6920848d47fef2
unit: Fix comments on struct ulist member use

Members x, y, eff, supplied are not "LAND only", they're used only by
ground combat.  They're not used by march.

In ground combat, member mobil is not how much the land unit has left,
it's how much it still needs to be charged.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/unit.h