2
0
Эх сурвалжийг харах

Update client/CPlayerInterface.cpp

Co-authored-by: Ivan Savenko <[email protected]>
Laserlicht 5 сар өмнө
parent
commit
2690440901

+ 1 - 1
client/CPlayerInterface.cpp

@@ -498,7 +498,7 @@ void CPlayerInterface::heroMovePointsChanged(const CGHeroInstance * hero)
 	if (makingTurn && hero->tempOwner == playerID)
 		adventureInt->onHeroChanged(hero);
 	invalidatePaths();
-	GAME->interface()->localState->verifyPath(hero);
+	localState->verifyPath(hero);
 }
 void CPlayerInterface::receivedResource()
 {