mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r21784) -Fix (r16909): crash when converting savegame with custom waypoint name
This commit is contained in:
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…
Reference in New Issue
Block a user