mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +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;
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ public:
|
||||
|
||||
void changemusicarea(int x, int y);
|
||||
|
||||
int currentsong, musicfade, musicfadein;
|
||||
int currentsong;
|
||||
int resumesong;
|
||||
|
||||
void playef(int t);
|
||||
@@ -43,10 +43,6 @@ public:
|
||||
int FadeVolAmountPerFrame;
|
||||
int musicVolume;
|
||||
|
||||
float volume;
|
||||
|
||||
bool custompd;
|
||||
|
||||
int fadeoutqueuesong; // -1 if no song queued
|
||||
bool dontquickfade;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user