mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
don't fix the size of letterBuffer
This commit is contained in:
parent
e9119e8bf0
commit
e441ed15b7
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user