Remove outdated comments from Music.h and Music.cpp

Lots of stuff from the Flash version, especially in Music.h.
This commit is contained in:
Misa
2020-04-02 18:02:25 -07:00
committed by Ethan Lee
parent 4c2ecac0e0
commit eea2232c12
2 changed files with 0 additions and 64 deletions

View File

@@ -26,15 +26,9 @@ public:
void changemusicarea(int x, int y);
// public var musicchan:Array = new Array();
// public var musicchannel:SoundChannel, musicchannel2:SoundChannel;
// public var currentmusicchan:int, musicchanlen:int, musicchancur:int, musicstopother:int, resumesong:int;
// public var currentsong:int, musicfade:int, musicfadein:int;
int currentsong, musicfade, musicfadein;
int resumesong;
//public var nicefade:int, nicechange:int;
void playef(int t);
std::vector<SoundTrack> soundTracks;