From aa73c2a70fb2bef074ff81527a4b28c791edc9ae Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:18:54 -0500 Subject: [PATCH] Update legovideomanager.cpp --- LEGO1/legovideomanager.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/legovideomanager.cpp b/LEGO1/legovideomanager.cpp index cfe6790e..55f3da33 100644 --- a/LEGO1/legovideomanager.cpp +++ b/LEGO1/legovideomanager.cpp @@ -42,8 +42,7 @@ void LegoVideoManager::Destroy() { // todo: delete m_unk0x512 // todo: delete m_unk0x258 - if (m_arialFont != NULL) - { + if (m_arialFont != NULL) { DeleteObject(m_arialFont); m_arialFont = NULL; }