소스 검색

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