BETA only assertion in Act3Ammo::Create (#1568)

This commit is contained in:
Christian Semmler 2025-06-17 10:33:14 -07:00 committed by GitHub
parent 0b46acab54
commit f48e947552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {