This commit is contained in:
Christian Semmler 2025-01-24 16:01:11 -07:00
parent f04f103136
commit dd29668acc

View File

@ -103,10 +103,12 @@ void HistoryBook::ReadyWorld()
MxS16 i; MxS16 i;
for (i = 0; i < 26; i++) { for (i = 0; i < 26; i++) {
if (i < 26) {
m_alphabet[i] = (MxStillPresenter*) Find("MxStillPresenter", bitmap); m_alphabet[i] = (MxStillPresenter*) Find("MxStillPresenter", bitmap);
assert(m_alphabet[i]); assert(m_alphabet[i]);
bitmap[0]++; bitmap[0]++;
} }
}
MxStillPresenter* scoreboxMaster = (MxStillPresenter*) Find("MxStillPresenter", "ScoreBox"); MxStillPresenter* scoreboxMaster = (MxStillPresenter*) Find("MxStillPresenter", "ScoreBox");
MxU8 scoreColors[3] = MxU8 scoreColors[3] =