diff libmlk-adventure/adventure/spell/fire-minor.c @ 298:196264679079

misc: remove usage of bool
author David Demelier <markand@malikania.fr>
date Wed, 10 Mar 2021 18:49:08 +0100
parents 63d9fb56c609
children d01e83210ca2
line wrap: on
line diff
--- a/libmlk-adventure/adventure/spell/fire-minor.c	Wed Mar 10 18:49:00 2021 +0100
+++ b/libmlk-adventure/adventure/spell/fire-minor.c	Wed Mar 10 18:49:08 2021 +0100
@@ -41,7 +41,7 @@
 	struct animation animation;
 };
 
-static bool
+static int
 update(struct action *act, unsigned int ticks)
 {
 	struct rendering *rdr = act->data;