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
@@ -700,7 +700,6 @@
 
 				case SSEQCommand::SweepPitch:
 					this->sweepPitch = this->overriding.val<std::int16_t>(pData, read16);
-					this->state.set(ConvertFuncs::ToIntegral(TrackState::PortamentoBit));
 					// Update here?
 					break;