Fix pitch bend effect on some more songs
Fix pitch bend effect on some more songs

--- a/src/in_ncsf/SSEQPlayer/Track.cpp
+++ b/src/in_ncsf/SSEQPlayer/Track.cpp
@@ -702,7 +702,6 @@
 
 				case SSEQCommand::SweepPitch:
 					this->sweepPitch = this->overriding.val(pData, read16);
-					this->state.set(ToIntegral(TrackState::PortamentoBit));
 					// Update here?
 					break;