From e396aafa3b4e6d47cb37c633781e3ac33745bc94 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 30 Oct 2019 01:59:51 +0100 Subject: [PATCH] Add bugfix note --- Source/monster.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/monster.cpp b/Source/monster.cpp index 8db5f0ab2..390e67507 100644 --- a/Source/monster.cpp +++ b/Source/monster.cpp @@ -1207,6 +1207,7 @@ void M_CheckEFlag(int i) x = monster[i]._mx - 1; y = monster[i]._my + 1; f = 0; + // BUGFIX check (x > 0 && y < MAXDUNY) m = dpiece_defs_map_2[x][y].mt; if (m >= dpiece_defs_map_2[0][0].mt) { for (j = 2; j < 10; j++) {