From e441ed15b71a3eecb362024b29a240dd9eb5f0b8 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Fri, 15 Mar 2024 12:40:51 -0400 Subject: [PATCH] don't fix the size of letterBuffer --- LEGO1/lego/legoomni/src/worlds/registrationbook.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp index c5b704f0..cf1be873 100644 --- a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp +++ b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp @@ -121,7 +121,7 @@ void RegistrationBook::ReadyWorld() PlayMusic(JukeboxScript::c_InformationCenter_Music); - char letterBuffer[12] = "A_Bitmap"; + char letterBuffer[] = "A_Bitmap"; for (MxS16 i = 0; i < 26; i++) { m_alphabet[i] = (MxStillPresenter*) Find("MxStillPresenter", letterBuffer);