]> git.pond.sub.org Git - empserver/commit
Fix making contact by spotting planes from sectors
authorMarkus Armbruster <armbru@pond.sub.org>
Wed, 24 Sep 2008 00:53:15 +0000 (20:53 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 1 Feb 2009 16:14:38 +0000 (17:14 +0100)
commitee1e0ab0e1cde0e49915c516b3e7e348001cbb7a
tree65eda4e7e91f4727fef2d2963e09aad910bd1804
parent99cf7055307798d3b0b8ee009b230a3ae01ce68c
Fix making contact by spotting planes from sectors

ac_encounter() passed MAXNOC instead of the sector owner to setcont(),
and setcont() does nothing for such an argument.  Screwed up from the
start, in commit 144c7cb5, v4.2.22.
src/lib/subs/aircombat.c