From 6acb9ab93bc458823abe5f1a5b10ea72be54aafd Mon Sep 17 00:00:00 2001 From: mibi88 Date: Thu, 20 Jul 2023 11:27:19 +0200 Subject: [PATCH] Fixed the last graphical issue. --- src/dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.c b/src/dialogs.c index 34c8bc0..19881c4 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -64,7 +64,7 @@ int showtext_opt(Game *game, bopti_image_t *face, char *text, dsubimage(4*PXSIZE, 2*PXSIZE, face, 0, 0, F_WIDTH, (i-8)*PXSIZE, DIMAGE_NONE); - dupdate(); + blit(); while(game->frame_duration < 20) sleep(); game->frame_duration = 0;