From f91fd572ace3085e63b44eb7769490e033e57720 Mon Sep 17 00:00:00 2001 From: mibi88 <76903855+mibi88@users.noreply.github.com> Date: Thu, 25 Jul 2024 17:20:52 +0200 Subject: [PATCH] Bug fix --- src/dialogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.c b/src/dialogs.c index 0a2f0f0..ce26a57 100644 --- a/src/dialogs.c +++ b/src/dialogs.c @@ -30,7 +30,7 @@ extern font_t fontRPG; void blit() { dupdate(); - #if GRAYMODEOK && !defined(GINT_HW_CG) + #if GRAYMODEOK && !GINT_HW_CG dgray_getvram( &lightVRAMnext, &darkVRAMnext ); dgray_getscreen( &lightVRAMcurrent, &darkVRAMcurrent );