From 8a4f81b981ea4b93d44b08ed1d719aaf4fb9c684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20W=2E=20Urba=C5=84czyk?= Date: Sun, 21 Apr 2013 12:28:26 +0000 Subject: [PATCH] Tribool - part II. --- client/CAdvmapInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CAdvmapInterface.h b/client/CAdvmapInterface.h index 6d2a2a536..522e31efa 100644 --- a/client/CAdvmapInterface.h +++ b/client/CAdvmapInterface.h @@ -181,7 +181,7 @@ public: const IShipyard * ourInaccessibleShipyard(const CGObjectInstance *obj) const; //checks if obj is our ashipyard and cursor is 0,0 -> returns shipyard or NULL else //button updates void updateSleepWake(const CGHeroInstance *h); - void updateMoveHero(const CGHeroInstance *h, tribool hasPath = tribool::indeterminate_value); + void updateMoveHero(const CGHeroInstance *h, tribool hasPath = boost::logic::indeterminate); void updateNextHero(const CGHeroInstance *h); };