(svn r16596) -Fix (r16378): there were several hundreds of empty signs above tile 0 after loading TTO/TTD savegame
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user