summaryrefslogtreecommitdiff
path: root/apps/plugins/mazezam.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mazezam.c')
-rw-r--r--apps/plugins/mazezam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mazezam.c b/apps/plugins/mazezam.c
index 1868601cd9..c1726a5e95 100644
--- a/apps/plugins/mazezam.c
+++ b/apps/plugins/mazezam.c
@@ -715,7 +715,7 @@ static void play_level(short level, short lives, bool new_level)
715 */ 715 */
716 rb->lcd_remote_clear_display(); 716 rb->lcd_remote_clear_display();
717#endif 717#endif
718 rb->splash(MAZEZAM_DELAY_LIVES, MAZEZAM_TEXT_LIVES, 718 rb->splashf(MAZEZAM_DELAY_LIVES, MAZEZAM_TEXT_LIVES,
719 level+1, lives); 719 level+1, lives);
720 720
721 /* ensure keys pressed during the splash screen are ignored */ 721 /* ensure keys pressed during the splash screen are ignored */