hedgewars/uVisualGears.pas
changeset 13048 9dd724e8d620
parent 12702 0dfb49261cab
child 13151 deab88f1f6f7
--- a/hedgewars/uVisualGears.pas	Wed Feb 21 15:05:50 2018 +0100
+++ b/hedgewars/uVisualGears.pas	Wed Feb 21 15:53:30 2018 +0100
@@ -513,7 +513,9 @@
 begin
 if (cReducedQuality and rqKillFlakes) <> 0 then
     exit;
-if vobCount = vobSDCount then
+if (vobCount = vobSDCount) and (vobFrameTicks = vobSDFrameTicks) and
+        (vobFramesCount = vobSDFramesCount) and (vobVelocity = vobSDVelocity) and
+        (vobFallSpeed = vobSDFallSpeed) then
     exit;
 for i:= 0 to 6 do
     begin