From: <sv...@op...> - 2024-12-01 11:44:22
|
Author: sagamusix Date: Sun Dec 1 12:44:16 2024 New Revision: 22387 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22387 Log: [Fix] Fix compilation. Modified: branches/OpenMPT-1.28/soundlib/Load_mod.cpp Modified: branches/OpenMPT-1.28/soundlib/Load_mod.cpp ============================================================================== --- branches/OpenMPT-1.28/soundlib/Load_mod.cpp Sun Dec 1 12:42:49 2024 (r22386) +++ branches/OpenMPT-1.28/soundlib/Load_mod.cpp Sun Dec 1 12:44:16 2024 (r22387) @@ -1263,7 +1263,6 @@ } } } -#endif // MPT_EXTERNAL_SAMPLES || MPT_BUILD_FUZZER // Fix VBlank MODs. Arbitrary threshold: 8 minutes (enough for "frame of mind" by Dascon...). // Basically, this just converts all tempo commands into speed commands |