From ee627c985e28fa6f9a49e8909e4108903088d1c4 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 2 Mar 2019 16:38:17 +0100 Subject: [PATCH] Clean up MAI_Warlord --- Source/monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monster.cpp b/Source/monster.cpp index 2d55ea804..bbbe1dc5f 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -5666,7 +5666,7 @@ void __fastcall MAI_Warlord(int i) Monst->_mdir = md; - if (Monst->_mmode == MM_STAND || Monst->_mmode == MM_TALK) + if (monster[i]._mmode == MM_STAND || monster[i]._mmode == MM_TALK) Monst->_mAnimData = Monst->MType->Anims[MA_STAND].Data[Monst->_mdir]; }