diff options
author | tron <tron@openttd.org> | 2004-12-17 09:02:41 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2004-12-17 09:02:41 +0000 |
commit | ef89eb019a7039290b94bd97efaa79d2be941784 (patch) | |
tree | 9617696e5a33b4eacf4fcbb5f9088ef46faf4c02 | |
parent | e75954a7ab347be36aa7f89ca4a5d2223e6d5886 (diff) | |
download | openttd-ef89eb019a7039290b94bd97efaa79d2be941784.tar.xz |
(svn r1145) Remove stray line which crept in in last commit
-rw-r--r-- | oldloader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oldloader.c b/oldloader.c index 9267caf9e..d2220eca0 100644 --- a/oldloader.c +++ b/oldloader.c @@ -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); |