Merge public master

This commit is contained in:
Eidolon 2025-10-20 16:59:53 -05:00
commit a1e903fc72

View file

@ -2425,7 +2425,7 @@ bool CallFunc_MusicRemap(ACSVM::Thread *thread, const ACSVM::Word *argV, ACSVM::
tune = tuneStr->str;
// Do not allow ACS to remap Stereo Mode tunes.
if (strncmp("stere", tune, 5))
if (fasticmp("stere", tune))
{
return false;
}