]> git.pond.sub.org Git - empserver/commit
bomb: Fix ship list header for ASW planes
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 10 Jan 2015 06:22:05 +0000 (07:22 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 2 Mar 2015 07:20:49 +0000 (08:20 +0100)
commit67fe316c0c96c98611b9efc2880a9b0475164250
tree71f04389a77e99a68e4438767e0b9aecc10bedc3
parente4654866cf9eeed8637f732775222a0c7a76a49b
bomb: Fix ship list header for ASW planes

The code to list ships got triplicated in Chainsaw.  Empire 2 screwed
up one copy in its global replace of owner by player->owner.

Fix it by de-duplicating.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
include/plane.h
include/prototypes.h
src/lib/subs/aswplnsubs.c
src/lib/subs/list.c