(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
1 changed files with 0 additions and 1 deletions

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);