From 0b85476011b18ffbdc80677e3a980cfd5f825286 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:47:12 +0100 Subject: [PATCH] Belongs to the previous commit --- r5dev/game/shared/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/game/shared/animation.cpp b/r5dev/game/shared/animation.cpp index f9199e7a..d69d2a54 100644 --- a/r5dev/game/shared/animation.cpp +++ b/r5dev/game/shared/animation.cpp @@ -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);