mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r21784) -Fix (r16909): crash when converting savegame with custom waypoint name
This commit is contained in:
parent
ee67d10c80
commit
ff469ab352
@ -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…
Reference in New Issue
Block a user