]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/fly.c
Integrate air defense missions into interception
[empserver] / src / lib / commands / fly.c
index efc60696fd4a34e2519050d54fcb095fa27d488b..130c32b8e8d1e0a44c90fb34130662af8adf5e4f 100644 (file)
@@ -117,8 +117,7 @@ fly(void)
        return RET_FAIL;
     }
     pln_arm(&esc_list, ap_to_target, 't', ip, P_ESC | P_F);
-    ac_encounter(&bomb_list, &esc_list, ax, ay,
-                flightpath, 0, 0);
+    ac_encounter(&bomb_list, &esc_list, ax, ay, flightpath, 0);
     if (QEMPTY(&bomb_list)) {
        pr("No planes got through fighter defenses\n");
     } else {