From eb99e659a1a58b9ef4eea0ea84cccb196c3c72f0 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 16 Jun 2023 11:35:50 +0200 Subject: [PATCH] add a comment about SetControlMax --- LEGO1/legonavcontroller.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/legonavcontroller.cpp b/LEGO1/legonavcontroller.cpp index 0bc5301b..c652c527 100644 --- a/LEGO1/legonavcontroller.cpp +++ b/LEGO1/legonavcontroller.cpp @@ -84,6 +84,7 @@ LegoNavController::LegoNavController() // this->m_hMax = p_hMax; // this->m_vMax = p_vMax; +// Probably checks for MxVideoParamFlags: FULL_SCREEN // if ((videoManager->m_unk44 & 0x01) != 0) // { // this->m_hMax = 640;