]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/para.c
Update copyright notice
[empserver] / src / lib / commands / para.c
index 8299f33a3ac33ce82e04c14f5812a85775742328..ef41218ee9092cc20257318330c8cbed8a03f8c4 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -96,7 +96,7 @@ para(void)
        return RET_FAIL;
     }
     pln_arm(&esc_list, 2 * ap_to_target, 'a', &ichr[I_MILIT], 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 {