mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
MxBitmap code clarity (#195)
* MxBitmap code clarity * Use mxtypes. TWOCC for BM string. SetSize arg to FALSE
This commit is contained in:
@@ -24,5 +24,5 @@ void MxSmkPresenter::VTable0x60()
|
||||
}
|
||||
|
||||
m_bitmap = new MxBitmap();
|
||||
m_bitmap->SetSize(m_smkWidth, m_smkHeight, NULL, NULL);
|
||||
m_bitmap->SetSize(m_smkWidth, m_smkHeight, NULL, FALSE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user