From 56586b84dcb685738cc96f7834e6451a5ecddf64 Mon Sep 17 00:00:00 2001 From: bnnm Date: Fri, 27 Oct 2017 18:40:09 +0200 Subject: [PATCH] Fix some ADP [Omikron: the Nomad Soul] --- src/meta/pc_adp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/pc_adp.c b/src/meta/pc_adp.c index 66d174bd..e534a93b 100644 --- a/src/meta/pc_adp.c +++ b/src/meta/pc_adp.c @@ -62,7 +62,7 @@ VGMSTREAM * init_vgmstream_pc_adp_otns(STREAMFILE *streamFile) { if (datasize + 0x10 != streamFile->get_size(streamFile) || read_32bitLE(0x04,streamFile) != 0 || read_32bitLE(0x08,streamFile) != 0 - || read_32bitLE(0x10,streamFile) != 0) + || read_32bitLE(0x0c,streamFile) != 0) goto fail; stereo_flag = read_8bit(0x03, streamFile);