]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/land.c
Update copyright notice
[empserver] / src / lib / commands / land.c
index b2adc8b6cc92fa02a35a39021ba9599bfa23a605..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
@@ -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)