X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=7c91f3a9db1a5ae728489537c79fafbb33de43f7;hb=9ec014a4e4a6a2332bb45c6cea8cccc46c64c6ae;hp=743360fd45aa94b36ddaab1a3c4eeed4767a9143;hpb=84a3ee86461e2311032274e0b7d7a857e02a76ab;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 743360fd..7c91f3a9 100644 --- a/src/main.c +++ b/src/main.c @@ -2920,26 +2920,6 @@ struct ElementInfo element_info[MAX_NUM_ELEMENTS + 1] = "-", "-" }, - { - "arrow_red_left", - "-", - "-" - }, - { - "arrow_red_right", - "-", - "-" - }, - { - "arrow_red_up", - "-", - "-" - }, - { - "arrow_red_down", - "-", - "-" - }, { NULL, @@ -2998,6 +2978,33 @@ struct SpecialSuffixInfo special_suffix_info[NUM_SPECIAL_GFX_ARGS + 1] = { NULL, 0, } }; +/* ------------------------------------------------------------------------- */ +/* font definitions */ +/* ------------------------------------------------------------------------- */ + +struct FontInfo font_info[NUM_FONTS + 1] = +{ + { "font.initial_1" }, + { "font.initial_2" }, + { "font.initial_3" }, + { "font.initial_4" }, + { "font.big_1" }, + { "font.big_2" }, + { "font.big_3" }, + { "font.big_4" }, + { "font.medium_1" }, + { "font.medium_2" }, + { "font.medium_3" }, + { "font.medium_4" }, + { "font.small_1" }, + { "font.small_2" }, + { "font.small_3" }, + { "font.small_4" }, + { "font.tape" }, + { "font.game" }, + { "font.narrow" }, +}; + /* ========================================================================= */ /* main() */