1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 19:39:12 +00:00

(svn r20519) [1.0] -Fix [FS#4038]: Crash when the content download tried to get a MD5 checksum of an "originally" loaded NewGRF

This commit is contained in:
rubidium
2010-08-16 22:20:20 +00:00
parent 5a8c49a0ef
commit d74a79cc8c

View File

@@ -732,5 +732,5 @@ void GamelogGetOriginalGRFMD5Checksum(uint32 grfid, byte *md5sum)
} while (lc-- != la->change);
} while (la-- != _gamelog_action);
NOT_REACHED();
DEBUG(grf, 0, "The NewGRF with GRF ID %08X is not listed in the game's log. Can't recover the original MD5 checksum.", BSWAP32(grfid));
}