mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Deprecate plFileUtils and parts of pnUtPath
This commit is contained in:
@ -2535,10 +2535,10 @@ plKey pfJournalBook::IGetMipmapKey( const wchar_t *name, const plLocation &loc
|
||||
// Do a search through our current age with just the name given
|
||||
if( plNetClientMgr::GetInstance() != nil )
|
||||
{
|
||||
const char *thisAge = plAgeLoader::GetInstance()->GetCurrAgeDesc().GetAgeName();
|
||||
if( thisAge != nil )
|
||||
plString thisAge = plAgeLoader::GetInstance()->GetCurrAgeDesc().GetAgeName();
|
||||
if (!thisAge.IsNull())
|
||||
{
|
||||
key = plKeyFinder::Instance().StupidSearch( thisAge, nil, plMipmap::Index(), cName, true );
|
||||
key = plKeyFinder::Instance().StupidSearch( thisAge, "", plMipmap::Index(), cName, true );
|
||||
if( key != nil )
|
||||
{
|
||||
return key;
|
||||
|
Reference in New Issue
Block a user