Browse code

[NCSF] One more volume fix, the default volume is 127, not 64.

Naram Qashat authored on 2014/10/18 04:32:32
Showing 1 changed files
... ...
@@ -74,8 +74,7 @@ void Track::ClearState()
74 74
 	this->portaKey = 60;
75 75
 	this->portaTime = 0;
76 76
 	this->sweepPitch = 0;
77
-	this->vol = 64;
78
-	this->expr = 127;
77
+	this->vol = this->expr = 127;
79 78
 	this->pan = 0;
80 79
 	this->pitchBendRange = 2;
81 80
 	this->pitchBend = this->transpose = 0;