X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=168a650b9e2ef8c3183eea6c450e4e19d2fb37eb;hb=3879f0af82b5f8bd39f2c2d86d73f5c3d64c6a14;hp=04576fe0648d20bfc5184af02fea7bbe2da9ed0e;hpb=dec5db25350278f0e64b0036dee18f58a931d31f;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 04576fe0..168a650b 100644 --- a/src/main.c +++ b/src/main.c @@ -173,6 +173,7 @@ struct HelpAnimInfo *helpanim_info = NULL; SetupFileHash *helptext_info = NULL; SetupFileHash *image_config_hash = NULL; +SetupFileHash *sound_config_hash = NULL; SetupFileHash *element_token_hash = NULL; SetupFileHash *graphic_token_hash = NULL; SetupFileHash *font_token_hash = NULL; @@ -6440,6 +6441,26 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = "df_mirror_fixed", "fixed mirror (DF style) (168.75\xb0)" }, + { + "df_slope_1", + "df_slope", + "slope (DF style) (45\xb0)" + }, + { + "df_slope_2", + "df_slope", + "slope (DF style) (135\xb0)" + }, + { + "df_slope_3", + "df_slope", + "slope (DF style) (225\xb0)" + }, + { + "df_slope_4", + "df_slope", + "slope (DF style) (315\xb0)" + }, // -------------------------------------------------------------------------- // "real" (and therefore drawable) runtime elements @@ -7624,6 +7645,7 @@ struct FontInfo font_info[NUM_FONTS + 1] = { "font.envelope_2" }, { "font.envelope_3" }, { "font.envelope_4" }, + { "font.request_narrow" }, { "font.request" }, { "font.input_1.active" }, { "font.input_2.active" },