(svn r21784) -Fix (r16909): crash when converting savegame with custom waypoint name

pull/155/head
smatz 14 years ago
parent 5a3a965e85
commit 8e6ec374a5

@ -64,6 +64,7 @@ void MoveBuoysToWaypoints()
Town *town = st->town;
StringID string_id = st->string_id;
char *name = st->name;
st->name = NULL;
Date build_date = st->build_date;
/* Delete the station, so we can make it a real waypoint. */

Loading…
Cancel
Save