fix possible, but not certain, upstream bugs
This commit is contained in:
parent
187359bcf0
commit
0ad1c713e4
2 changed files with 3 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue