aboutsummaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index f314e43..0310c07 100644
--- a/menu.c
+++ b/menu.c
@@ -6,6 +6,7 @@
#include "overrides.h"
#include "plat.h"
#include "scale.h"
+#include "util.h"
static int drew_alt_bg = 0;
@@ -435,7 +436,7 @@ void menu_loop(void)
;
/* Force the hud to clear */
- plat_video_set_msg(" ");
+ plat_video_set_msg(NULL, 0, 0);
plat_video_menu_leave();
}