Explorar o código

Enum value can be used here as well

Dydzio %!s(int64=2) %!d(string=hai) anos
pai
achega
c3b254a815
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/windows/CCastleInterface.cpp

+ 1 - 1
client/windows/CCastleInterface.cpp

@@ -47,7 +47,7 @@ CBuildingRect::CBuildingRect(CCastleBuildings * Par, const CGTownInstance * Town
 	  parent(Par),
 	  town(Town),
 	  str(Str),
-	  stateTimeCounter(2500)
+	  stateTimeCounter(BUILD_ANIMATION_FINISHED_TIMEPOINT)
 {
 	addUsedEvents(LCLICK | RCLICK | HOVER);
 	pos.x += str->pos.x;