]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/attsub.c
board: Don't retreat ship#0 after failed board sinks ship
[empserver] / src / lib / subs / attsub.c
index a3acccb326c045cf9d52b04f5a24c9517075c3ca..4248f19e31e9bbf628012fe727aa0359547750a9 100644 (file)
@@ -415,6 +415,11 @@ put_combat(struct combat *com)
        putship(com->shp_uid, &ship);
     }
     com->mobcost = 0;
+    /*
+     * FIXME if we just sank the ship att_get_combat() will report
+     * "not in the same sector", and proceed to clobber *com.  See
+     * also the workaround in boar().
+     */
     att_get_combat(com, com->own != player->cnum);
 }