mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 18:24:41 +03:00
Account for extra tracks in musicclass::play()
Since each soundtrack is no longer guaranteed to be 16, we'll have to account for their different lengths when playing music.
This commit is contained in:
@@ -51,6 +51,8 @@ public:
|
||||
bool usingmmmmmm;
|
||||
|
||||
binaryBlob musicReadBlob;
|
||||
int num_pppppp_tracks;
|
||||
int num_mmmmmm_tracks;
|
||||
|
||||
Uint64 songStart;
|
||||
Uint64 songEnd;
|
||||
|
||||
Reference in New Issue
Block a user