rnd-20031019-2-src
[rocksndiamonds.git] / src / game.c
index 584c1a927cdfbb9f6ce19cb6bd955e766aff5f52..87b47a8c157ef92377c5f049ad90f0931afc6774 100644 (file)
@@ -927,7 +927,8 @@ static void InitGameEngine()
   {
     if (!IS_CUSTOM_ELEMENT(i))
     {
-      element_info[i].push_delay_fixed = 8;
+      element_info[i].push_delay_fixed =
+       (game.engine_version < VERSION_IDENT(3,0,7) ? 2 : 8);
       element_info[i].push_delay_random = 8;
     }
   }