From 37ad592a26b9ec640d2b80f2e88ca5fddc0c8875 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 7 Feb 2024 12:17:29 -0500 Subject: [PATCH] Use TRUE --- LEGO1/lego/legoomni/src/infocenter/infocenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp index 6c73769c..e711519c 100644 --- a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp +++ b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp @@ -345,7 +345,7 @@ void Infocenter::ReadyWorld() switch (GameState()->GetUnknown10()) { case 0: - bg->Enable(1); + bg->Enable(TRUE); InitializeBitmaps(); switch (m_infocenterState->GetUnknown0x74()) {