From 2fbc21a2050d1e8e8711afce765b7d34104f45de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Mon, 1 Sep 2014 20:41:27 +0200 Subject: Simplified img_frame_animate --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index bf10088..933c3cd 100644 --- a/main.c +++ b/main.c @@ -449,7 +449,7 @@ void reset_cursor(void) void animate(void) { - if (img_frame_animate(&img, false)) { + if (img_frame_animate(&img)) { redraw(); set_timeout(animate, img.multi.frames[img.multi.sel].delay, true); } -- cgit v1.2.3