mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-31 14:03:36 +03:00
Don't leak binaryBlob
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user