Browse Source

Merge pull request #561 from vcmi/dydzio0614-patch-1

Tweak effect / spell animation speed
Alexander Shishkin 6 years ago
parent
commit
73a99893d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/battle/CCreatureAnimation.cpp

+ 1 - 1
client/battle/CCreatureAnimation.cpp

@@ -115,7 +115,7 @@ float AnimationControls::getProjectileSpeed()
 
 float AnimationControls::getSpellEffectSpeed()
 {
-	return settings["battle"]["animationSpeed"].Float() * 60;
+	return settings["battle"]["animationSpeed"].Float() * 30;
 }
 
 float AnimationControls::getMovementDuration(const CCreature * creature)