mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -236,7 +236,6 @@ void musicclass::play(int t)
|
|||||||
{
|
{
|
||||||
if (t != -1)
|
if (t != -1)
|
||||||
{
|
{
|
||||||
// musicfade = 0;
|
|
||||||
currentsong = t;
|
currentsong = t;
|
||||||
if (currentsong == 0 || currentsong == 7 || (!map.custommode && (currentsong == 16 || currentsong == 23)))
|
if (currentsong == 0 || currentsong == 7 || (!map.custommode && (currentsong == 16 || currentsong == 23)))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user