Set global channel from local to -1

This commit is contained in:
smallmodel 2023-08-11 21:10:14 +02:00
parent 059dacf2a7
commit 55b737e730
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -157,6 +157,9 @@ int skelChannelList_s::AddChannel( int newGlobalChannelNum )
if( newGlobalChannelNum == -1 )
{
// Fixed in 2.0
// Set the global from local to -1
m_chanGlobalFromLocal[m_numChannels] = -1;
return m_numChannels++;
}