From 13ad8e2a090eec97f31a1c62e2052a51dcff4434 Mon Sep 17 00:00:00 2001 From: v-rob Date: Mon, 16 Mar 2020 14:56:48 -0700 Subject: Formspecs: Add starting frame to `animated_image` (#9411) --- src/gui/guiFormSpecMenu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/guiFormSpecMenu.h') diff --git a/src/gui/guiFormSpecMenu.h b/src/gui/guiFormSpecMenu.h index 35ee3a2b5..184b26f3c 100644 --- a/src/gui/guiFormSpecMenu.h +++ b/src/gui/guiFormSpecMenu.h @@ -50,6 +50,7 @@ typedef enum { f_Box, f_ItemImage, f_HyperText, + f_AnimatedImage, f_Unknown } FormspecFieldType; -- cgit v1.2.3