]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/land.c
Update copyright notice
[empserver] / src / lib / commands / land.c
index f32f52a826afc50f87807178773a963ff6c7054e..0ed55f7184cd88086720cf407dae94030c5359f7 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-2010, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@
  *  ---
  *
  *  land.c: List land units
- * 
+ *
  *  Known contributors to this file:
  *     Steve McClure, 1998
  */
@@ -57,7 +57,7 @@ land(void)
            if (player->god)
                pr("own ");
            pr("   # unit type          x,y   a   eff mil frt  mu  fd");
-           pr(" tch retr rd xl ln carry\n");
+           pr(" tch retr xl ln carry\n");
        }
        if (land.lnd_off)
            noff++;
@@ -74,7 +74,6 @@ land(void)
        pr("%4d", land.lnd_item[I_FOOD]);
        pr("%4d ", land.lnd_tech);
        pr("%3d%%", land.lnd_retreat);
-       pr("%3d", land.lnd_rad_max);
        pr("%3d", lnd_nxlight(&land));
        pr("%3d", lnd_nland(&land));
        if (land.lnd_ship >= 0)