narc_sound.cpp: fix state

This commit is contained in:
barbudreadmon 2021-04-12 17:12:03 +02:00 committed by GitHub
parent c4cfde236e
commit e77f3b1339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ INT32 narc_sound_scan(INT32 nAction, INT32 *pnMin)
if (nAction & ACB_MEMORY_RAM) {
struct BurnArea ba;
memset(&ba, 0, sizeof(ba));
ba.Data = ram;
ba.Data = ram[0];
ba.nLen = 0x4000;
ba.szName = "Sound Ram";
BurnAcb(&ba);