mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove unused/useless vars music.custompd/musicfade(in)/volume
I have no idea why these are here, but it'll simplify readability and reduce the chance of confusion if I remove them.
This commit is contained in:
@@ -218,15 +218,10 @@ void musicclass::init()
|
||||
musicVolume = 128;
|
||||
FadeVolAmountPerFrame = 0;
|
||||
|
||||
custompd = false;
|
||||
|
||||
currentsong = 0;
|
||||
musicfade = 0;
|
||||
musicfadein = 0;
|
||||
nicechange = 0;
|
||||
nicefade = 0;
|
||||
resumesong = 0;
|
||||
volume = 0.0f;
|
||||
fadeoutqueuesong = -1;
|
||||
dontquickfade = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user