mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
Match
This commit is contained in:
parent
f04f103136
commit
dd29668acc
@ -103,9 +103,11 @@ void HistoryBook::ReadyWorld()
|
||||
MxS16 i;
|
||||
|
||||
for (i = 0; i < 26; i++) {
|
||||
m_alphabet[i] = (MxStillPresenter*) Find("MxStillPresenter", bitmap);
|
||||
assert(m_alphabet[i]);
|
||||
bitmap[0]++;
|
||||
if (i < 26) {
|
||||
m_alphabet[i] = (MxStillPresenter*) Find("MxStillPresenter", bitmap);
|
||||
assert(m_alphabet[i]);
|
||||
bitmap[0]++;
|
||||
}
|
||||
}
|
||||
|
||||
MxStillPresenter* scoreboxMaster = (MxStillPresenter*) Find("MxStillPresenter", "ScoreBox");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user