mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Use TRUE
This commit is contained in:
parent
ad4c2e1723
commit
37ad592a26
@ -345,7 +345,7 @@ void Infocenter::ReadyWorld()
|
||||
|
||||
switch (GameState()->GetUnknown10()) {
|
||||
case 0:
|
||||
bg->Enable(1);
|
||||
bg->Enable(TRUE);
|
||||
InitializeBitmaps();
|
||||
|
||||
switch (m_infocenterState->GetUnknown0x74()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user