X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=200b954c67c733e704169bf4ec70d77402d5b87b;hb=1638f687279338a97d28e2a770fd63e7c789bdf8;hp=690296dded7266b0be70af083fe264a0f1588339;hpb=b59d111d850aa928e2a839ba026adde64927d5a5;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 690296dd..200b954c 100644 --- a/src/main.c +++ b/src/main.c @@ -183,6 +183,7 @@ SetupFileHash *image_config_hash = NULL; SetupFileHash *element_token_hash = NULL; SetupFileHash *graphic_token_hash = NULL; SetupFileHash *font_token_hash = NULL; +SetupFileHash *hide_setup_hash = NULL; /* ------------------------------------------------------------------------- */