equal
deleted
inserted
replaced
1346 } |
1346 } |
1347 |
1347 |
1348 Station *st; |
1348 Station *st; |
1349 FOR_ALL_STATIONS(st) { |
1349 FOR_ALL_STATIONS(st) { |
1350 st->name = CopyFromOldName(st->string_id); |
1350 st->name = CopyFromOldName(st->string_id); |
1351 if (st->name != NULL) st->string_id = STR_EMPTY; |
1351 /* generating new name would be too much work for little effect, use the station name fallback */ |
|
1352 if (st->name != NULL) st->string_id = STR_SV_STNAME_FALLBACK; |
1352 } |
1353 } |
1353 |
1354 |
1354 Town *t; |
1355 Town *t; |
1355 FOR_ALL_TOWNS(t) { |
1356 FOR_ALL_TOWNS(t) { |
1356 t->name = CopyFromOldName(t->townnametype); |
1357 t->name = CopyFromOldName(t->townnametype); |