From cbac0b3eb12db697f8272b839d608bdabf8cb036 Mon Sep 17 00:00:00 2001 From: MattKC <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 3 Aug 2023 09:54:55 -0700 Subject: [PATCH] Update LEGO1/mxdirectdraw.cpp --- LEGO1/mxdirectdraw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdirectdraw.cpp b/LEGO1/mxdirectdraw.cpp index ab48b636..dbe07d12 100644 --- a/LEGO1/mxdirectdraw.cpp +++ b/LEGO1/mxdirectdraw.cpp @@ -808,7 +808,7 @@ BOOL MxDirectDraw::DDSetMode(int width, int height, int bpp) DDSURFACEDESC ddsd; - unk1(); + FUN_1009E020(); if (!GetDDSurfaceDesc(&ddsd, m_pBackBuffer)) {