summaryrefslogtreecommitdiff
path: root/amiga/dt_anim.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/dt_anim.c')
-rw-r--r--amiga/dt_anim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/dt_anim.c b/amiga/dt_anim.c
index cad77ce46..cad43296b 100644
--- a/amiga/dt_anim.c
+++ b/amiga/dt_anim.c
@@ -96,7 +96,7 @@ nserror amiga_dt_anim_init(void)
while((dt = ObtainDataType(DTST_RAM, NULL,
DTA_DataType, prevdt,
- DTA_GroupID, GID_PICTURE, // we only support images for now
+ DTA_GroupID, GID_ANIMATION,
TAG_DONE)) != NULL)
{
ReleaseDataType(prevdt);