Fix crash when loading save states of games that use Q-Sound.

This commit is contained in:
Barry Harris 2012-01-04 19:35:38 +00:00
parent 5bbdda2220
commit 8dacc07907
1 changed files with 2 additions and 0 deletions

View File

@ -132,7 +132,9 @@ INT32 QsndZScan(INT32 nAction)
SCAN_VAR(nQsndZBank);
if (nAction & ACB_WRITE) { // If write, bank could have changed
ZetOpen(0);
QsndZBankMap();
ZetClose();
}
return 0;