Change nicefade to bool instead of int

If it's treated like a bool, why shouldn't it be one?
This commit is contained in:
Misa
2020-11-06 00:20:58 -08:00
committed by Ethan Lee
parent f0b9bdc007
commit c1ca57e096
3 changed files with 8 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ public:
bool safeToProcessMusic;
int nicechange;
int nicefade;
bool nicefade;
bool m_doFadeInVol;
int FadeVolAmountPerFrame;