Skip to content

Commit

Permalink
Change not committed yet
Browse files Browse the repository at this point in the history
  • Loading branch information
cbnolok committed Nov 1, 2023
1 parent 61882e5 commit dba316e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/resource/CResourceRef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ bool CResourceRefArray::r_LoadVal( CScript & s, RES_TYPE restype )
if (pResourceLink == nullptr)
{
fRet = false;
DEBUG_ERR(("Unknown '%s' Resource '%s'\n", CResourceBase::GetResourceBlockName(restype), pszCmd));
DEBUG_ERR(("Unknown '%s' Resource '%s'\n", CResourceHolder::GetResourceBlockName(restype), pszCmd));
}
}

Expand Down

0 comments on commit dba316e

Please sign in to comment.