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
bfd11f9cca
commit
53891004a0
3 changed files with 10 additions and 10 deletions
|
@ -539,7 +539,7 @@ static int32_t defsparser(scriptfile *script)
|
|||
break;
|
||||
}
|
||||
if (!check_tile("artfile", tile, script, cmdtokptr))
|
||||
TileFiles.LoadArtFile(fn, false, tile);
|
||||
TileFiles.LoadArtFile(fn, nullptr, tile);
|
||||
}
|
||||
break;
|
||||
case T_SETUPTILE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue