Remove redundant initializations from fairland's fl_sct_init()
This commit is contained in:
parent
191c5bea0f
commit
4a0732375d
1 changed files with 0 additions and 3 deletions
|
@ -1221,9 +1221,6 @@ fl_sct_init(coord x, coord y, struct sctstr *sp)
|
|||
sp->sct_y = y;
|
||||
sp->sct_dist_x = x;
|
||||
sp->sct_dist_y = y;
|
||||
sp->sct_road = 0;
|
||||
sp->sct_rail = 0;
|
||||
sp->sct_defense = 0;
|
||||
sp->sct_coastal = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue