MxBitmap code clarity (#195)

* MxBitmap code clarity

* Use mxtypes. TWOCC for BM string. SetSize arg to FALSE
This commit is contained in:
MS
2023-10-09 18:20:38 -04:00
committed by GitHub
parent 28206402f9
commit 49efa02eaa
3 changed files with 76 additions and 73 deletions

View File

@@ -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);
}