1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

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.
This commit is contained in:
Misa 2020-04-03 15:39:24 -07:00 committed by Ethan Lee
parent e571081f92
commit dc6d38276c

View File

@ -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)))
{