From dc6d38276c1df1e8a5b0709c7a6123a623a0fca4 Mon Sep 17 00:00:00 2001 From: Misa Date: Fri, 3 Apr 2020 15:39:24 -0700 Subject: [PATCH] Remove another outdated comment in Music.cpp Looks like musicfade is an unused variable, anyway. I might remove it, but I have some plans in the future that involve repairing what it was intended for, so I'll hold off on removing it (and some other unused variables in Music.cpp) for now. --- desktop_version/src/Music.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop_version/src/Music.cpp b/desktop_version/src/Music.cpp index 45798a21..14a2155b 100644 --- a/desktop_version/src/Music.cpp +++ b/desktop_version/src/Music.cpp @@ -236,7 +236,6 @@ void musicclass::play(int t) { if (t != -1) { - // musicfade = 0; currentsong = t; if (currentsong == 0 || currentsong == 7 || (!map.custommode && (currentsong == 16 || currentsong == 23))) {