mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
fix uninitialized member vars everywhere
also fix a spelling error of 'forground' in the graphics class buffer
This commit is contained in:
@@ -206,8 +206,14 @@ musicclass::musicclass()
|
||||
FadeVolAmountPerFrame = 0;
|
||||
|
||||
custompd = false;
|
||||
// currentsong = -1;
|
||||
// nicefade = 0;
|
||||
|
||||
currentsong = 0;
|
||||
musicfade = 0;
|
||||
musicfadein = 0;
|
||||
nicechange = 0;
|
||||
nicefade = 0;
|
||||
resumesong = 0;
|
||||
volume = 0.0f;
|
||||
}
|
||||
|
||||
void musicclass::play(int t)
|
||||
|
||||
Reference in New Issue
Block a user