From 85ece87a751a06502c29ef7c129c32777185e7a2 Mon Sep 17 00:00:00 2001 From: Robin Eklind Date: Sun, 12 Jul 2020 00:10:49 +0200 Subject: [PATCH] Update Source/monster.cpp Co-authored-by: qndel --- Source/monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monster.cpp b/Source/monster.cpp index 57a7df26a..2f1aae308 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -4730,7 +4730,7 @@ BOOL DirOK(int i, int mdir) mi = -mi; if (mi != 0) mi--; - // BUGFIX: should only run pack member check if mi was non-zero prior to executing the body of the above if-statemnet. + // BUGFIX: should only run pack member check if mi was non-zero prior to executing the body of the above if-statement. if (monster[mi].leaderflag == 1 && monster[mi].leader == i && monster[mi]._mfutx == x