فهرست منبع

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()
 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
 ECreatureAnimType CreatureAnimation::getType() const