diff --git a/Source/monster.cpp b/Source/monster.cpp index fa4c83fad..5c522c379 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -4297,7 +4297,7 @@ void MAI_Warlord(int i) if (monst->_mgoal == MGOAL_NORMAL) MAI_SkelSd(i); - monst->CheckStandAnimationIsLoaded(monst->_mdir); + monst->CheckStandAnimationIsLoaded(md); } void DeleteMonsterList()