mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Clear soundTracks and musicTracks on musicclass::init
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
void musicclass::init()
|
||||
{
|
||||
soundTracks.clear();
|
||||
musicTracks.clear();
|
||||
|
||||
soundTracks.push_back(move(SoundTrack( "sounds/jump.wav" )));
|
||||
soundTracks.push_back(move(SoundTrack( "sounds/jump2.wav" )));
|
||||
soundTracks.push_back(move(SoundTrack( "sounds/hurt.wav" )));
|
||||
|
||||
Reference in New Issue
Block a user