mirror of https://github.com/OpenTTD/OpenTTD
(svn r1145) Remove stray line which crept in in last commit
parent
e75954a7ab
commit
ef89eb019a
|
@ -1381,7 +1381,6 @@ bool LoadOldSaveGame(const char *file)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// copy sections of it to our datastructures.
|
// copy sections of it to our datastructures.
|
||||||
fprintf(stderr, "moo\n");
|
|
||||||
map_size = MapSize();
|
map_size = MapSize();
|
||||||
memcpy(_map_owner, m->map_owner, map_size);
|
memcpy(_map_owner, m->map_owner, map_size);
|
||||||
memcpy(_map2, m->map2, map_size);
|
memcpy(_map2, m->map2, map_size);
|
||||||
|
|
Loading…
Reference in New Issue