]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/fly.c
Update known contributors comments
[empserver] / src / lib / commands / fly.c
index efc60696fd4a34e2519050d54fcb095fa27d488b..50efe6ff27b68e3a6952c3e26c8aa24393f12e2d 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
@@ -30,7 +30,7 @@
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 2000
- *     Markus Armbruster, 2004-2008
+ *     Markus Armbruster, 2004-2009
  */
 
 #include <config.h>
@@ -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 {