X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=7fd87aee20f7584fc075a25ed81f6b7cf7471b8a;hb=9c925fe76f2f2b3ad74251b775e938b80c81195d;hp=1289c0b6faca1dd467202d00267ee509aa96824c;hpb=0eaa7d33772143903b8a93abac8f1dce5422fa66;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 1289c0b6..7fd87aee 100644 --- a/src/main.c +++ b/src/main.c @@ -3004,6 +3004,9 @@ struct SpecialSuffixInfo special_suffix_info[NUM_SPECIAL_GFX_ARGS + 1] = /* font definitions */ /* ------------------------------------------------------------------------- */ +/* Important: When one entry is a prefix of another entry, the longer entry + must come first, because the dynamic configuration does prefix matching! */ + struct FontInfo font_info[NUM_FONTS + 1] = { { "font.initial_1" }, @@ -3014,13 +3017,17 @@ struct FontInfo font_info[NUM_FONTS + 1] = { "font.title_2" }, { "font.menu_1" }, { "font.menu_2" }, + { "font.text_1.active" }, + { "font.text_2.active" }, + { "font.text_3.active" }, + { "font.text_4.active" }, { "font.text_1" }, { "font.text_2" }, { "font.text_3" }, { "font.text_4" }, { "font.input_1.active" }, - { "font.input_1" }, { "font.input_2.active" }, + { "font.input_1" }, { "font.input_2" }, { "font.option_off" }, { "font.option_on" },