From ab0f319ef40f53a533774829f8d05f80c4ca9263 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 17 Jun 2023 15:15:04 +0200 Subject: [PATCH] use BOOL --- LEGO1/mxdirectdraw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdirectdraw.cpp b/LEGO1/mxdirectdraw.cpp index fbf2b4c3..a2b22779 100644 --- a/LEGO1/mxdirectdraw.cpp +++ b/LEGO1/mxdirectdraw.cpp @@ -2,7 +2,7 @@ #include "mxdirectdraw.h" -int g_paletteIndexed8 = 0; +BOOL g_paletteIndexed8 = 0; BOOL DAT_10100c70 = 0; HRESULT MxDirectDraw::SetEntries()