rnd-20030119-1-src
[rocksndiamonds.git] / src / conf_gfx.c
index 53176615aadfa7573fb28af1eab7e776c983a2a9..dae096899130d329634c90881c96caec483c94c2 100644 (file)
@@ -36,7 +36,7 @@ struct ConfigInfo image_config_suffix[] =
   { ".mode_pingpong2",                 "false",        TYPE_BOOLEAN },
   { ".mode_random",                    "false",        TYPE_BOOLEAN },
   { ".mode_reverse",                   "false",        TYPE_BOOLEAN },
-  { ".global_sync",                    ARG_UNDEFINED,  TYPE_BOOLEAN },
+  { ".global_sync",                    "false",        TYPE_BOOLEAN },
 
   { NULL,                              NULL,           0            }
 };
@@ -531,10 +531,14 @@ struct ConfigInfo image_config[] =
   { "sp_explosion.xpos",                       "8"                     },
   { "sp_explosion.ypos",                       "3"                     },
   { "sp_explosion.frames",                     "8"                     },
+  { "sp_explosion.delay",                      "3"                     },
+  { "sp_explosion.mode_linear",                        "true"                  },
   { "sp_explosion_infotron",                   "RocksSP.pcx"           },
   { "sp_explosion_infotron.xpos",              "8"                     },
   { "sp_explosion_infotron.ypos",              "4"                     },
   { "sp_explosion_infotron.frames",            "8"                     },
+  { "sp_explosion.delay",                      "3"                     },
+  { "sp_explosion.mode_linear",                        "true"                  },
 
   /* images for Sokoban style elements and actions */