Stop the game from freezing if we play a song during a fadeout (#61)

This commit is contained in:
Info Teddy
2020-01-12 19:33:58 -08:00
committed by Ethan Lee
parent c2ac1dc7d2
commit 5419e822d8
3 changed files with 21 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ public:
bool custompd;
int fadeoutqueuesong; // -1 if no song queued
bool dontquickfade;
// MMMMMM mod settings
bool mmmmmm;
bool usingmmmmmm;