1
0
Fork 0

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

release/1.0
rubidium 2010-08-16 22:20:20 +00:00
parent 5a8c49a0ef
commit d74a79cc8c
1 changed files with 1 additions and 1 deletions

View File

@ -732,5 +732,5 @@ void GamelogGetOriginalGRFMD5Checksum(uint32 grfid, byte *md5sum)
} while (lc-- != la->change); } while (lc-- != la->change);
} while (la-- != _gamelog_action); } 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));
} }