Author: sagamusix
Date: Sat Apr 20 18:12:47 2024
New Revision: 20621
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20621
Log:
[Mod] GMC: Add missing madeWithTracker information.
Modified:
trunk/OpenMPT/soundlib/Load_gmc.cpp
Modified: trunk/OpenMPT/soundlib/Load_gmc.cpp
==============================================================================
--- trunk/OpenMPT/soundlib/Load_gmc.cpp Fri Apr 19 18:33:40 2024 (r20620)
+++ trunk/OpenMPT/soundlib/Load_gmc.cpp Sat Apr 20 18:12:47 2024 (r20621)
@@ -237,6 +237,7 @@
}
}
+ m_modFormat.madeWithTracker = U_("Game Music Creator");
m_modFormat.formatName = U_("Game Music Creator");
m_modFormat.type = UL_("GMC");
m_modFormat.charset = mpt::Charset::Amiga_no_C1; // No strings in this format...
|