mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Belongs to the previous commit
This commit is contained in:
parent
9a8db42575
commit
0b85476011
@ -13,7 +13,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
int CStudioHdr::LookupSequence(CStudioHdr* pStudio, const char* pszName)
|
||||
{
|
||||
if (!pStudio->m_pMdlCacheVTable)
|
||||
if (!pStudio->m_pMDLCache)
|
||||
return -1; // animations are unavailable for missing dynamic props! (mdl/error.rmdl).
|
||||
|
||||
return v_CStudioHdr__LookupSequence(pStudio, pszName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user