1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 03:59:09 +00:00

(svn r1145) Remove stray line which crept in in last commit

This commit is contained in:
tron
2004-12-17 09:02:41 +00:00
parent e75954a7ab
commit ef89eb019a

View File

@@ -1381,7 +1381,6 @@ bool LoadOldSaveGame(const char *file)
#endif
// copy sections of it to our datastructures.
fprintf(stderr, "moo\n");
map_size = MapSize();
memcpy(_map_owner, m->map_owner, map_size);
memcpy(_map2, m->map2, map_size);