From 5d99cb49251fae43e431f5c6b93f726d6bbdf8ae Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 12 Jul 2021 20:55:51 +0200 Subject: [PATCH] Fix MAI_Warlord direction --- Source/monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()