mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
assert in LegoCarBUild::InitPresenter is BETA10-only
(cherry picked from commit 1a41b62f6f7ae5f5926941e621a740a31d3c745f)
This commit is contained in:
parent
902e67e472
commit
b1cce8a4ee
@ -268,7 +268,9 @@ void LegoCarBuild::InitPresenters()
|
||||
m_Decals_Ctl1 = (MxControlPresenter*) Find("MxControlPresenter", "Decals_Ctl1");
|
||||
m_Decals_Ctl2 = (MxControlPresenter*) Find("MxControlPresenter", "Decals_Ctl2");
|
||||
m_Decal_Bitmap = (MxStillPresenter*) Find("MxStillPresenter", "Decal_Bitmap");
|
||||
#ifdef BETA10
|
||||
assert(m_Decal_Bitmap);
|
||||
#endif
|
||||
if (m_Decal_Bitmap) {
|
||||
m_Decals_Ctl3 = (MxControlPresenter*) Find("MxControlPresenter", "Decals_Ctl3");
|
||||
assert(m_Decals_Ctl3);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user