mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
e571081f92
commit
dc6d38276c
1 changed files with 0 additions and 1 deletions
|
@ -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)))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue