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