- fixed compilation.

This commit is contained in:
Christoph Oelckers 2019-12-29 22:47:40 +01:00
parent cdb08f22dd
commit f1891c7750
9 changed files with 7 additions and 18 deletions

View file

@ -761,7 +761,7 @@ static int32_t defsparser(scriptfile *script)
if (have_crc32)
{
int32_t const orig_crc32 = tileCRC(tile);
int32_t const orig_crc32 = tileGetCRC32(tile);
if (orig_crc32 != tile_crc32)
{
// initprintf("CRC32 of tile %d doesn't match! CRC32: %d, Expected: %d\n", tile, orig_crc32, tile_crc32);