- fixed compile.
This commit is contained in:
parent
519005ff4d
commit
2c29a93f1f
4 changed files with 4 additions and 4 deletions
|
|
@ -1484,7 +1484,7 @@ int FTextureManager::CountLumpTextures (int lumpnum)
|
|||
if (lumpnum >= 0)
|
||||
{
|
||||
auto file = fileSystem.OpenFileReader (lumpnum);
|
||||
uint32_t numtex = file.ReadUInt32();;
|
||||
uint32_t numtex = file.ReadUInt32();
|
||||
|
||||
return int(numtex) >= 0 ? numtex : 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue