mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix a whole bunch of clang warnings.
This commit is contained in:
@ -423,12 +423,18 @@ bool plResManager::IReadObject(plKeyImp* pKey, hsStream *stream)
|
||||
ko = hsKeyedObject::ConvertNoRef(cre);
|
||||
|
||||
if (ko != nil)
|
||||
{
|
||||
kResMgrLog(4, ILog(4, " ...Creatable read and valid"));
|
||||
}
|
||||
else
|
||||
{
|
||||
kResMgrLog(3, ILog(3, " ...Creatable read from stream not keyed object!"));
|
||||
}
|
||||
|
||||
if (fProgressProc != nil)
|
||||
{
|
||||
fProgressProc(plKey::Make(pKey));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user