X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=ed2d85ebf8d6c7a4a594a09fbd04b83144bb7c1d;hp=e85df278d8a9a46b1b79d9fc1f9f0f1967d9ab1d;hb=3d7e2dc14fb5478cb7590eb9808ccafbe48ae096;hpb=1fcb72cda932d6ce8e528fc40c87262128fa5533 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index e85df278..ed2d85eb 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -54,6 +54,7 @@ struct ConfigTypeInfo image_config_suffix[] = { ".draw_xoffset", "0", TYPE_INTEGER }, { ".draw_yoffset", "0", TYPE_INTEGER }, { ".draw_masked", "false", TYPE_BOOLEAN }, + { ".draw_order", ARG_UNDEFINED, TYPE_INTEGER }, { ".init_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, { ".init_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, { ".anim_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER },