Sfoglia il codice sorgente

Merge pull request #582 from Ewilhan/ewilhan-fixCursorOnFriendlyMine

Fixed wrongCursorOnFriendlyDwelling
Alexander Shishkin 6 anni fa
parent
commit
66de80452d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      client/windows/CAdvmapInterface.cpp

+ 2 - 0
client/windows/CAdvmapInterface.cpp

@@ -1755,6 +1755,8 @@ void CAdvMapInt::tileHovered(const int3 &mapPos)
 					CCS->curh->changeGraphic(ECursor::ADVENTURE, 3);
 				else if(objAtTile->ID == Obj::HERO && objRelations == PlayerRelations::SAME_PLAYER)
 					CCS->curh->changeGraphic(ECursor::ADVENTURE, 2);
+				else
+					CCS->curh->changeGraphic(ECursor::ADVENTURE, 0);
 			}
 			else
 				CCS->curh->changeGraphic(ECursor::ADVENTURE, 0);