Browse Source

Add bugfix note

pull/405/head^2^2
Anders Jenbo 7 years ago
parent
commit
e396aafa3b
  1. 1
      Source/monster.cpp

1
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++) {

Loading…
Cancel
Save