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:
Misa
2020-04-01 16:36:35 -07:00
committed by Ethan Lee
parent 253d44ac0b
commit 16c3966ace
8 changed files with 257 additions and 257 deletions

View File

@@ -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;