mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- fixed compilation.
This commit is contained in:
parent
cdb08f22dd
commit
f1891c7750
9 changed files with 7 additions and 18 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue