(natstr): Members nat_xstart, nat_ystart are used write-only. Remove.

Users changed.
This commit is contained in:
Markus Armbruster 2005-12-31 10:50:24 +00:00
parent 028a1bf3d8
commit 3db4e34ba4
4 changed files with 2 additions and 7 deletions

View file

@ -31,6 +31,8 @@
* Dave Pare, 1986
*/
#include <config.h>
#include "misc.h"
#include "player.h"
#include "nat.h"
@ -180,8 +182,6 @@ new(void)
natp->nat_btu = max_btus;
natp->nat_stat &= ~STAT_NEW;
natp->nat_stat |= STAT_SANCT;
natp->nat_xstart = x;
natp->nat_ystart = y;
natp->nat_xcap = x;
natp->nat_ycap = y;
natp->nat_xorg = x;