mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
assert in LegoCarBUild::InitPresenter is BETA10-only
This commit is contained in:
parent
6d69514eac
commit
1a41b62f6f
@ -271,7 +271,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