what the hell

This commit is contained in:
tildearrow 2025-11-09 01:56:36 -05:00
parent f45bb97318
commit 734f36b483
4 changed files with 20 additions and 4 deletions

View file

@ -2183,7 +2183,7 @@ bool DivEngine::loadFur(unsigned char* file, size_t len, int variantID) {
// removal of legacy sample mode
if (ds.version<239) {
ds.convertLegacySampleMode();
ds.convertLegacySampleMode(tchans);
}
if (active) quitDispatch();