Browse Source

Local fixes.

DjWarmonger 9 years ago
parent
commit
9ce6f874f0
2 changed files with 3 additions and 3 deletions
  1. 1 1
      lib/mapObjects/CQuest.h
  2. 2 2
      lib/mapObjects/MiscObjects.h

+ 1 - 1
lib/mapObjects/CQuest.h

@@ -130,7 +130,7 @@ public:
 		h & rewardType & rID & rVal & seerName;
 	}
 protected:
-	static constexpr int OBJPROP_VISITED = 10;
+	static const int OBJPROP_VISITED = 10;
 
 	void setPropertyDer(ui8 what, ui32 val) override;
 };

+ 2 - 2
lib/mapObjects/MiscObjects.h

@@ -29,7 +29,7 @@ public:
 		h & players;
 	}
 
-	static constexpr int OBJPROP_VISITED = 10;
+	static const int OBJPROP_VISITED = 10;
 };
 
 class DLL_LINKAGE CGCreature : public CArmedInstance //creatures on map
@@ -453,7 +453,7 @@ class DLL_LINKAGE CGDenOfthieves : public CGObjectInstance
 class DLL_LINKAGE CGObelisk : public CPlayersVisited
 {
 public:
-	static constexpr int OBJPROP_INC = 20;
+	static const int OBJPROP_INC = 20;
 	static ui8 obeliskCount; //how many obelisks are on map
 	static std::map<TeamID, ui8> visited; //map: team_id => how many obelisks has been visited