X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=1a14bf85c2b9158dbfa06d14d6dbf7c3cc99ba81;hp=935d6f146f74a5443083ce2c1b4a5a25c40adef0;hb=e14d20831f1abdbcfccd5c8afcaf715e3849f468;hpb=5bdc30d016416d04eec826a28321325d4ddc66c2;ds=sidebyside diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 935d6f14..1a14bf85 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -52,7 +52,7 @@ struct ConfigTypeInfo image_config_suffix[] = { ".position", ARG_UNDEFINED, TYPE_STRING }, { ".draw_xoffset", "0", TYPE_INTEGER }, { ".draw_yoffset", "0", TYPE_INTEGER }, - { ".draw_masked", "false", TYPE_BOOLEAN }, + { ".draw_masked", ARG_UNDEFINED, TYPE_BOOLEAN }, { ".draw_order", ARG_UNDEFINED, TYPE_INTEGER }, { ".init_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, { ".init_delay_random", ARG_UNDEFINED, TYPE_INTEGER },