Преглед изворни кода

Fix obstacles (e.g. Quicksands) animation speed

Ivan Savenko пре 2 година
родитељ
комит
d2fe31e224
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/battle/CreatureAnimation.cpp

+ 1 - 1
client/battle/CreatureAnimation.cpp

@@ -145,7 +145,7 @@ float AnimationControls::getFadeInDuration()
 
 float AnimationControls::getObstaclesSpeed()
 {
-	return static_cast<float>(settings["battle"]["animationSpeed"].Float() * 30);
+	return 10.0;// does not seems to be affected by animaiton speed settings
 }
 
 ECreatureAnimType CreatureAnimation::getType() const