]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/drop.c
Update known contributors comments
[empserver] / src / lib / commands / drop.c
index 2c8806eb4afcd5c8b0590f1ab705b1250ba05515..dba068fe19166b7b6023f2f40eef2819e9a55a9f 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
@@ -29,6 +29,7 @@
  *
  *  Known contributors to this file:
  *     Dave Pare, 1986
+ *     Markus Armbruster, 2004-2009
  */
 
 #include <config.h>
@@ -115,7 +116,7 @@ drop(void)
        return RET_FAIL;
     }
     pln_arm(&esc_list, 2 * ap_to_target, 'd', 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 {