mirror of https://github.com/OpenTTD/OpenTTD
(svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame
parent
ca15d98db3
commit
0961668e14
|
@ -1420,6 +1420,8 @@ static bool LoadOldSign(LoadgameState *ls, int num)
|
||||||
si->name = CopyFromOldName(RemapOldStringID(_old_string_id));
|
si->name = CopyFromOldName(RemapOldStringID(_old_string_id));
|
||||||
}
|
}
|
||||||
si->owner = OWNER_NONE;
|
si->owner = OWNER_NONE;
|
||||||
|
} else {
|
||||||
|
delete si;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue