Fix SD flakes attributes not set properly when SD flake count = normal flake count
Fixes
bug #233
--- 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