rnd-20020908-1-src
[rocksndiamonds.git] / src / main.c
index a7542a476fe312774656ba74ae4a82b26173db7b..713b6a9b33157ff128369130f05157cc443be1d9 100644 (file)
@@ -136,6 +136,20 @@ char *sound_name[NUM_SOUNDS] =
   "gate.wav"
 };
 
+struct ConfigInfo image_config_suffix[] =
+{
+  { ".frame_xpos",                     "0"                     },
+  { ".frame_ypos",                     "0"                     },
+  { ".num_frames",                     "1"                     },
+
+  { NULL,                              NULL                    }
+};
+
+struct ConfigInfo sound_config_suffix[] =
+{
+  { NULL,                              NULL                    }
+};
+
 struct ConfigInfo image_config[] =
 {
   /* graphics for Boulder Dash style elements and actions */
@@ -146,7 +160,7 @@ struct ConfigInfo image_config[] =
   { "robot_wheel.frame_xpos",          "0"                     },
   { "robot_wheel.num_frames",          "4"                     },
 
-  { NULL,                              NULL                    },
+  { NULL,                              NULL                    }
 };
 
 struct ConfigInfo sound_config[] =
@@ -365,7 +379,7 @@ struct ConfigInfo sound_config[] =
   { "[not used]",                      "boom.wav"              },
 #endif
 
-  { NULL,                              NULL                    },
+  { NULL,                              NULL                    }
 };
 
 struct FileInfo *image_files;