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:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user