Browse Source

Fix highlighting towners 1-4 after visiting the dungeon

pull/5128/head
ephphatha 4 years ago committed by Anders Jenbo
parent
commit
2b442a73c2
  1. 2
      Source/cursor.cpp

2
Source/cursor.cpp

@ -680,7 +680,7 @@ void CheckCursMove()
pcursitem = -1;
cursPosition = { mx, my };
}
if (pcursmonst != -1 && Monsters[pcursmonst].isPlayerMinion()) {
if (pcursmonst != -1 && leveltype != DTYPE_TOWN && Monsters[pcursmonst].isPlayerMinion()) {
pcursmonst = -1;
}
}

Loading…
Cancel
Save