We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a563b65 commit ef66b19Copy full SHA for ef66b19
Source/effects.cpp
@@ -147,8 +147,6 @@ void LoadEffectsData()
147
reader.readString("path", item.pszName);
148
}
149
sgSFX.shrink_to_fit();
150
- // We're not actually parsing the IDs yet, thus this sanity check here.
151
- assert(static_cast<size_t>(SfxID::LAST) + 1 == sgSFX.size());
152
153
154
void PrivSoundInit(uint8_t bLoadMask)
0 commit comments