mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused argument from musicclass::playef()
Apparently the 'offset' argument did something in the 1.x Flash versions, but now it does nothing.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
|
||||
//public var nicefade:int, nicechange:int;
|
||||
|
||||
void playef(int t, int offset = 0);
|
||||
void playef(int t);
|
||||
|
||||
std::vector<SoundTrack> soundTracks;
|
||||
std::vector<MusicTrack> musicTracks;
|
||||
|
||||
Reference in New Issue
Block a user