X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=4971e8c7c13a25f3fc173df6417feb6c6d9925b0;hb=30f635b58c076871cee2630ce15ffd7019764b2e;hp=5813fbd6fa09d1d0f63fb9ffab9053f8bd369bb5;hpb=5500133caf57ac0d86b85c53b5fe38c466d65447;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 5813fbd6..4971e8c7 100644 --- a/src/main.c +++ b/src/main.c @@ -128,6 +128,10 @@ struct MusicInfo *music_info = NULL; struct MusicFileInfo *music_file_info = NULL; struct HelpAnimInfo *helpanim_info = NULL; SetupFileHash *helptext_info = NULL; +SetupFileHash *image_config_hash = NULL; +SetupFileHash *element_token_hash = NULL; +SetupFileHash *graphic_token_hash = NULL; +SetupFileHash *font_token_hash = NULL; /* ------------------------------------------------------------------------- */ @@ -5481,6 +5485,8 @@ struct FontInfo font_info[NUM_FONTS + 1] = { "font.game_info" }, { "font.info.elements" }, { "font.info.levelset" }, + + { NULL } };