[NCSF] Minor edit with the debug Sound View so it doesn't use a reference.
[NCSF] Minor edit with the debug Sound View so it doesn't use a reference.

--- a/src/in_ncsf/XSFConfig_NCSF.cpp
+++ b/src/in_ncsf/XSFConfig_NCSF.cpp
@@ -248,7 +248,7 @@
 	std::wstring buf;
 	for (size_t chanId = 0; chanId < 16; ++chanId)
 	{
-		auto &chn = player->GetChannel(chanId);
+		auto chn = player->GetChannel(chanId);
 
 		if (chn.state > CS_START)
 		{