1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-03 03:23:33 +02:00

fix muted

This commit is contained in:
RMGRich 2020-01-15 23:49:38 -06:00
parent e50e1184e2
commit 138031fff8

View File

@ -65,7 +65,7 @@ public:
bool mmmmmm;
bool usingmmmmmm;
bool muted;
bool muted = false;
std::map<std::string, SoundTrack> custom_files;
std::map<std::string, int> custom_file_channels;