From 720b1dfea7eeba14a77a493e714e1292f0399c60 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 2 Jul 2020 14:55:18 +0100 Subject: [PATCH] Reword a comment --- src/Sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sound.cpp b/src/Sound.cpp index b0af2c01..f2c57572 100644 --- a/src/Sound.cpp +++ b/src/Sound.cpp @@ -20,7 +20,7 @@ equivalents. #include "WindowsWrapper.h" #include "Backends/Audio.h" -//#include "Main.h" // Was for gModulePath, but this is unneeded in portable since LoadSoundObject is commented out in portable +//#include "Main.h" // Was for gModulePath, but this is unneeded in the portable branch since LoadSoundObject is commented-out #include "Organya.h" #include "PixTone.h"