commit 3e106504d0a209331cb86638051c655e89b69d6d
Author: Michael Day <contact@michaelcday.com>
AuthorDate: Mon Mar 20 11:58:37 2023 -0400
Commit: Michael Day <contact@michaelcday.com>
CommitDate: Tue Mar 21 13:59:23 2023 -0400
Fix out-of-date comments
---
src/i_flmusic.c | 1 -
src/i_sound.c | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/i_flmusic.c b/src/i_flmusic.c
index e3bbf69a..11095572 100644
--- a/src/i_flmusic.c
+++ b/src/i_flmusic.c
@@ -128,7 +128,6 @@ static boolean I_FL_InitMusic(void)
sf_id = fluid_synth_sfload(synth, fsynth_sf_path, true);
if (sf_id == FLUID_FAILED)
{
- // deleting the synth also deletes sfloader
delete_fluid_synth(synth);
synth = NULL;
delete_fluid_settings(settings);
diff --git a/src/i_sound.c b/src/i_sound.c
index 34b02cfe..7747997d 100644
--- a/src/i_sound.c
+++ b/src/i_sound.c
@@ -169,8 +169,7 @@ static void InitMusicModule(void)
music_modules[i]->num_sound_devices))
{
#ifdef _WIN32
- // Skip the native Windows MIDI module if using Timidity or
- // FluidSynth.
+ // Skip the native Windows MIDI module if using Timidity.
if (strcmp(timidity_cfg_path, "") &&
music_modules[i] == &music_win_module)