mirror of https://github.com/OpenTTD/OpenTTD
(svn r13916) [0.6] -Fix: backport added a free too much.
parent
9878c58727
commit
5f7f86e3be
|
@ -1688,7 +1688,6 @@ static bool LoadOldMain(LoadgameState *ls)
|
||||||
DEBUG(oldloader, 3, "Finished converting game data");
|
DEBUG(oldloader, 3, "Finished converting game data");
|
||||||
DEBUG(oldloader, 1, "TTD(Patch) savegame successfully converted");
|
DEBUG(oldloader, 1, "TTD(Patch) savegame successfully converted");
|
||||||
|
|
||||||
free(_old_map3);
|
|
||||||
free(_old_vehicle_names);
|
free(_old_vehicle_names);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue