]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/list.c
Update copyright notice
[empserver] / src / lib / subs / list.c
index 81293f3759fdb3eedf553eaba9d4b1ed7e8e76d7..0aa111ddd0453afeafc2e8a528b6d3e57cfd3e7f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2007, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2008, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -101,7 +101,7 @@ carriersatxy(coord x, coord y, natid own)
        if (ship.shp_own != own
            && getrel(getnatp(ship.shp_own), own) != ALLIED)
            continue;
-       if ((carrier_planes(&ship) & (P_L | P_K)) == 0)
+       if ((carrier_planes(&ship, 0) & (P_L | P_K)) == 0)
            continue;
        if (first) {
            pr(" #          owner           eff       type\n");