(natstr): Members nat_xstart, nat_ystart are used write-only. Remove.
Users changed.
This commit is contained in:
parent
028a1bf3d8
commit
3db4e34ba4
4 changed files with 2 additions and 7 deletions
|
@ -197,8 +197,6 @@ add(void)
|
|||
natp->nat_btu = 0;
|
||||
natp->nat_reserve = 0;
|
||||
natp->nat_tgms = 0;
|
||||
natp->nat_ystart = 0;
|
||||
natp->nat_xstart = 0;
|
||||
natp->nat_ycap = 0;
|
||||
natp->nat_xcap = 0;
|
||||
natp->nat_yorg = 0;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue