mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
GCC 5.1 fix: nullptr != false
This commit is contained in:
@ -361,7 +361,7 @@ bool plResManager::IReadObject(plKeyImp* pKey, hsStream *stream)
|
||||
|
||||
hsAssert(pKey, "Null Key");
|
||||
if (pKey->GetUoid().GetLoadMask().DontLoad())
|
||||
return nil;
|
||||
return false;
|
||||
|
||||
hsAssert(pKey->GetStartPos() != uint32_t(-1), "Missing StartPos");
|
||||
hsAssert(pKey->GetDataLen() != uint32_t(-1), "Missing Data Length");
|
||||
|
Reference in New Issue
Block a user