Browse code

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

Naram Qashat authored on 2014/10/20 02:33:26
Showing 1 changed files
... ...
@@ -248,7 +248,7 @@ void XSFConfig_NCSF::RefreshSoundView()
248 248
 	std::wstring buf;
249 249
 	for (size_t chanId = 0; chanId < 16; ++chanId)
250 250
 	{
251
-		auto &chn = player->GetChannel(chanId);
251
+		auto chn = player->GetChannel(chanId);
252 252
 
253 253
 		if (chn.state > CS_START)
254 254
 		{