Don't leak binaryBlob

This commit is contained in:
leo60228
2020-06-07 16:11:35 -04:00
committed by Ethan Lee
parent 9b91047bba
commit f3b26904ec
4 changed files with 19 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
#define MUSIC_H
#include "SoundSystem.h"
#include "BinaryBlob.h"
#include <vector>
@@ -50,6 +51,8 @@ public:
// MMMMMM mod settings
bool mmmmmm;
bool usingmmmmmm;
binaryBlob musicReadBlob;
};
extern musicclass music;