src/openttd.cpp
changeset 10150 7f5047689c72
parent 10106 072a935ed4b1
child 10152 5faa68713d8c
equal deleted inserted replaced
10149:c855d5982951 10150:7f5047689c72
  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);