mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-03 15:55:30 +03:00
Initialize nicechange to -1 for consistency
The game uses -1 to denote "no song" elsewhere, especially when a niceplay() has finished processing and it sets nicechange to -1 there, too.
This commit is contained in:
@@ -136,7 +136,7 @@ void musicclass::init()
|
|||||||
FadeVolAmountPerFrame = 0;
|
FadeVolAmountPerFrame = 0;
|
||||||
|
|
||||||
currentsong = 0;
|
currentsong = 0;
|
||||||
nicechange = 0;
|
nicechange = -1;
|
||||||
nicefade = false;
|
nicefade = false;
|
||||||
resumesong = 0;
|
resumesong = 0;
|
||||||
fadeoutqueuesong = -1;
|
fadeoutqueuesong = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user