X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fconf_gfx.c;h=935d6f146f74a5443083ce2c1b4a5a25c40adef0;hp=9693b1f205e7a0b9c985106816d4523a00f93dcc;hb=f1dae0af49fa331f6fedc6cbdf59eed0909ae391;hpb=0281b0b196bdb10b3ee17d93c6db75f90de31458 diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 9693b1f2..935d6f14 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -60,6 +60,8 @@ struct ConfigTypeInfo image_config_suffix[] = { ".anim_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay_fixed", ARG_UNDEFINED, TYPE_INTEGER }, { ".post_delay_random", ARG_UNDEFINED, TYPE_INTEGER }, + { ".init_event", ARG_UNDEFINED, TYPE_STRING }, + { ".anim_event", ARG_UNDEFINED, TYPE_STRING }, { ".name", ARG_UNDEFINED, TYPE_STRING }, { ".scale_up_factor", ARG_UNDEFINED, TYPE_INTEGER }, { ".tile_size", ARG_UNDEFINED, TYPE_INTEGER },