]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/capi.c
Fix trailing whitespace
[empserver] / src / lib / commands / capi.c
index ccfa9c8e5e5cb7be78f4b32defcf4d82eba21e27..98fa95801d7876c1f1a78b342cdc5f4f73f59470 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, 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
@@ -26,7 +26,7 @@
  *  ---
  *
  *  capi.c: Move your capital
- * 
+ *
  *  Known contributors to this file:
  *     Dave Pare, 1986
  *     Steve McClure, 2000
@@ -61,7 +61,6 @@ capi(void)
           xyas(sect.sct_x, sect.sct_y, player->cnum));
        return RET_FAIL;
     }
-    player->nstat |= CAP;
     np->nat_xcap = sect.sct_x;
     np->nat_ycap = sect.sct_y;
     /* They have set a capital, so it wasn't sacked last. */