Fixed debug tracking exit in msm6295.cpp

This commit is contained in:
Barry Harris 2011-12-11 12:12:15 +00:00
parent a36f4263fa
commit 623fd771ec
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ void MSM6295Exit(INT32 nChip)
}
}
DebugSnd_MSM6295Initted = 0;
if (nChip == nLastMSM6295Chip) DebugSnd_MSM6295Initted = 0;
}
INT32 MSM6295Init(INT32 nChip, INT32 nSamplerate, float fMaxVolume, bool bAddSignal)