fix possible, but not certain, upstream bugs

This commit is contained in:
Xadhoom 2019-01-26 19:36:30 +00:00 committed by Anders Jenbo
commit 0ad1c713e4
2 changed files with 3 additions and 3 deletions

View file

@ -340,7 +340,7 @@ void __cdecl CheckCursMove()
cursmy = my + 1;
pcursmonst = d_monster - 1;
}
if (pcursmonst != -1 && !towner[pcursmonst]._tSelFlag) //BUGFIX
if (pcursmonst != -1 && !towner[pcursmonst]._tSelFlag) // check if issue is upstream
pcursmonst = -1;
} else {
if (dword_4B8CCC != -1) {