From a68c10edf2a950d151b8697ed344d3e58c636708 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 31 Dec 2020 04:35:15 +0100 Subject: [PATCH] Document another Hellfire bug --- Source/monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monster.cpp b/Source/monster.cpp index 1f848055d..d3e60ca6f 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -2736,7 +2736,7 @@ BOOL M_DoRSpAttack(int i) monster[i]._mVar3, 0); #ifdef HELLFIRE - if (Monsters[i].Snds[3][0] != 0) + if (Monsters[i].Snds[3][0] != 0) // BUGFIX `Monsters[i].` should be `monster[i].MType->` #endif PlayEffect(i, 3); }