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

--- a/src/in_ncsf/SSEQPlayer/Track.cpp
+++ b/src/in_ncsf/SSEQPlayer/Track.cpp
@@ -74,8 +74,7 @@
 	this->portaKey = 60;
 	this->portaTime = 0;
 	this->sweepPitch = 0;
-	this->vol = 64;
-	this->expr = 127;
+	this->vol = this->expr = 127;
 	this->pan = 0;
 	this->pitchBendRange = 2;
 	this->pitchBend = this->transpose = 0;