From 7965c0360692e62fc3b615c7efc650933e980b4e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 1 Apr 2021 02:42:52 +0200 Subject: [PATCH] :art: Swap more BOOL for bool --- Source/diablo.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/diablo.cpp b/Source/diablo.cpp index 15ffef27d..275b26161 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -84,11 +84,11 @@ const char *const spszMsgTbl[] = { const char *const spszMsgHotKeyTbl[] = { "F9", "F10", "F11", "F12" }; /** To know if these things have been done when we get to the diablo_deinit() function */ -BOOL was_archives_init = false; +bool was_archives_init = false; /** To know if surfaces have been initialized or not */ -BOOL was_window_init = false; -BOOL was_ui_init = false; -BOOL was_snd_init = false; +bool was_window_init = false; +bool was_ui_init = false; +bool was_snd_init = false; bool sbWasOptionsLoaded = false; // Controller support: