diff --git a/Source/effects.cpp b/Source/effects.cpp index d921cd429..f04b72665 100644 --- a/Source/effects.cpp +++ b/Source/effects.cpp @@ -147,8 +147,6 @@ void LoadEffectsData() reader.readString("path", item.pszName); } sgSFX.shrink_to_fit(); - // We're not actually parsing the IDs yet, thus this sanity check here. - assert(static_cast(SfxID::LAST) + 1 == sgSFX.size()); } void PrivSoundInit(uint8_t bLoadMask)