mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -37,7 +37,7 @@ public:
|
||||
bool safeToProcessMusic;
|
||||
|
||||
int nicechange;
|
||||
int nicefade;
|
||||
bool nicefade;
|
||||
|
||||
bool m_doFadeInVol;
|
||||
int FadeVolAmountPerFrame;
|
||||
|
||||
Reference in New Issue
Block a user