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);