From: <sv...@op...> - 2025-03-28 21:21:36
|
Author: sagamusix Date: Fri Mar 28 22:21:24 2025 New Revision: 23102 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23102 Log: [Mod] Add inofficial FC13/FC14 file extension for Future Composer modules to supported extension table. Modified: trunk/OpenMPT/soundlib/Tables.cpp Modified: trunk/OpenMPT/soundlib/Tables.cpp ============================================================================== --- trunk/OpenMPT/soundlib/Tables.cpp Fri Mar 28 21:32:58 2025 (r23101) +++ trunk/OpenMPT/soundlib/Tables.cpp Fri Mar 28 22:21:24 2025 (r23102) @@ -76,6 +76,8 @@ { UL_("EasyTrax"), "etx" }, { UL_("Farandole Composer"), "far" }, { UL_("Future Composer"), "fc" }, + { UL_("Future Composer"), "fc13" }, + { UL_("Future Composer"), "fc14" }, { UL_("FM Tracker"), "fmt" }, { UL_("ProTracker"), "fst" }, { UL_("Face The Music"), "ftm" }, |