]> git.pond.sub.org Git - empserver/commit
Restrict ac_encounter() mission_flags to current player
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 14 Jun 2010 04:28:48 +0000 (06:28 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 18 Jul 2010 06:31:53 +0000 (08:31 +0200)
commit2cfb124b6ced53ad4cf451ff7529c6987d65fc44
tree4b4b725e415436ca12d676bb739962d30c47f860
parente25413a688e0ae313111ab616006f91fe07924dc
Restrict ac_encounter() mission_flags to current player

The only user is reco(), so the restriction is fine.  Several
functions called on behalf of mission_flags assumed it already:
plane_sweep(), sathead(), satdisp_sect(), satdisp_units().  Simplify
the rest accordingly: plane_sona() and ac_encounter() itself.
src/lib/commands/sona.c
src/lib/subs/aircombat.c