X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=168a650b9e2ef8c3183eea6c450e4e19d2fb37eb;hb=3879f0af82b5f8bd39f2c2d86d73f5c3d64c6a14;hp=a1ba5c7c5cc6069b92d5ec07e8bb689848182b70;hpb=a42320dc0f3af61bee63a8d81508e6ff5b44c41b;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index a1ba5c7c..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;