From f49117c95a8e596efe5dfc5158274a0cd2a273fc Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sat, 1 Sep 2018 00:43:12 -0500 Subject: [PATCH] Update monster.cpp --- Source/monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monster.cpp b/Source/monster.cpp index 888330ba4..ecc70231f 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -7512,7 +7512,7 @@ void __cdecl ProcessMonsters() if ( v11 ) { v16 = monster[v1]._msquelch; - if ( v16 && monster[v1]._mAi != MT_DIABLO ) /* BUG_FIX: change '_mAi' to 'MType->mtype' */ + if ( v16 && monster[v1]._mAi != MT_DIABLO ) /// BUGFIX: test `MT_DIABLO` with 'MType->mtype' instead of '_mAi' monster[v1]._msquelch = v16 - 1; } else