mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 19:41:04 -04:00
BETA only assertion in Act3Ammo::Create (#1568)
This commit is contained in:
parent
0b46acab54
commit
f48e947552
@ -70,7 +70,9 @@ MxResult Act3Ammo::Remove()
|
||||
// FUNCTION: BETA10 0x1001d8b3
|
||||
MxResult Act3Ammo::Create(Act3* p_world, MxU32 p_isPizza, MxS32 p_index)
|
||||
{
|
||||
#ifdef BETA10
|
||||
assert(m_ammoFlag);
|
||||
#endif
|
||||
char name[12];
|
||||
|
||||
if (p_isPizza) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user