mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-02-01 21:55:01 +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…
Add table
Reference in a new issue