From: <sv...@op...> - 2024-11-01 20:18:53
|
Author: sagamusix Date: Fri Nov 1 21:18:45 2024 New Revision: 22052 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22052 Log: [Var] Clarify comment about which formats VBlank detection is applied to. Modified: trunk/OpenMPT/soundlib/Load_mod.cpp Modified: trunk/OpenMPT/soundlib/Load_mod.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Load_mod.cpp Fri Nov 1 21:00:41 2024 (r22051) +++ trunk/OpenMPT/soundlib/Load_mod.cpp Fri Nov 1 21:18:45 2024 (r22052) @@ -849,7 +849,7 @@ // (as this would indicate that e.g. a F30 command was really meant to set // the ticks per row to 48, and not the tempo to 48 BPM). // In the pattern loader above, a second condition is used: Only tempo commands - // below 100 BPM are taken into account. Furthermore, only M.K. (ProTracker) + // below 100 BPM are taken into account. Furthermore, only ProTracker (M.K. / M!K!) // modules are checked. if((isMdKd || IsMagic(magic, "M!K!")) && hasTempoCommands && !definitelyCIA) { |