From d3d466ceee880d1a49ee5f2cc6cd9bfc66349352 Mon Sep 17 00:00:00 2001 From: morkt Date: Mon, 30 Mar 2020 17:34:16 +0400 Subject: [PATCH] (PAZ): added signatures. --- ArcFormats/Musica/ArcPAZ.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArcFormats/Musica/ArcPAZ.cs b/ArcFormats/Musica/ArcPAZ.cs index 38bf203d..178509c7 100644 --- a/ArcFormats/Musica/ArcPAZ.cs +++ b/ArcFormats/Musica/ArcPAZ.cs @@ -139,7 +139,8 @@ namespace GameRes.Formats.Musica { Extensions = new string[] { "paz", "dat" }; Signatures = new uint[] { - 0x858F8493, 0x8F889395, 0x6E656465, 0x848F8486, 0x61657453, 0x6873616D, 0x92808483, 0 + 0x858F8493, 0x8F889395, 0x6E656465, 0x848F8486, 0x61657453, 0x6873616D, 0x92808483, + 0x6E697274, 0 }; ContainedFormats = new string[] { "PNG", "ANI/PAZ", "SQZ", "OGG", "WAV", "TXT" }; }