comparison libmlk-rpg/mlk/rpg/battle-bar-default.c @ 473:02b16dd49b54

core: trace -> mlk_trace
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:26:23 +0100
parents 91ce23a36143
children ca30ff96bbe0
comparison
equal deleted inserted replaced
472:bc5483849614 473:02b16dd49b54
154 spell_select(sp, bt, &sel); 154 spell_select(sp, bt, &sel);
155 battle_state_selection(bt, &sel); 155 battle_state_selection(bt, &sel);
156 156
157 /* A cursor should be present. */ 157 /* A cursor should be present. */
158 if (!mlk_sprite_ok(BATTLE_THEME(bt)->sprites[THEME_SPRITE_CURSOR])) 158 if (!mlk_sprite_ok(BATTLE_THEME(bt)->sprites[THEME_SPRITE_CURSOR]))
159 tracef("battle: no cursor sprite in theme"); 159 mlk_tracef("battle: no cursor sprite in theme");
160 } 160 }
161 161
162 static void 162 static void
163 switch_selection_item(struct battle *bt) 163 switch_selection_item(struct battle *bt)
164 { 164 {