Remove redundant initializations from fairland's fl_sct_init()

This commit is contained in:
Markus Armbruster 2008-02-25 21:22:07 +01:00
parent 191c5bea0f
commit 4a0732375d

View file

@ -1221,9 +1221,6 @@ fl_sct_init(coord x, coord y, struct sctstr *sp)
sp->sct_y = y; sp->sct_y = y;
sp->sct_dist_x = x; sp->sct_dist_x = x;
sp->sct_dist_y = y; sp->sct_dist_y = y;
sp->sct_road = 0;
sp->sct_rail = 0;
sp->sct_defense = 0;
sp->sct_coastal = 1; sp->sct_coastal = 1;
} }