X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.c;h=68466fe5d63e82b1225da3aabfe6f9680c1c1816;hp=a7542a476fe312774656ba74ae4a82b26173db7b;hb=b13dc8e30a0c07bea53bf168ae6d1017394d3c22;hpb=fffaec4e69e54c74cf5eea689191e81b8c19b85a diff --git a/src/main.c b/src/main.c index a7542a47..68466fe5 100644 --- a/src/main.c +++ b/src/main.c @@ -136,6 +136,19 @@ char *sound_name[NUM_SOUNDS] = "gate.wav" }; +char *image_config_suffix[] = +{ + ".frame_xpos", + ".frame_ypos", + ".num_frames", + NULL +}; + +char *sound_config_suffix[] = +{ + NULL +}; + struct ConfigInfo image_config[] = { /* graphics for Boulder Dash style elements and actions */