From 7d2e65ce91bb240ec7b43e6b11e4953e055e8263 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 15 Mar 2020 11:52:13 +0100 Subject: [PATCH] forgot a hint part --- client/util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/client/util.h b/client/util.h index fb31e6013..e010175a6 100644 --- a/client/util.h +++ b/client/util.h @@ -23,6 +23,7 @@ uint8_t g_debugMode; uint8_t g_printAndLog; +uint8_t g_showhints; #define PRINTANDLOG_PRINT 1 #define PRINTANDLOG_LOG 2