mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user