(GSS): added signature.

This commit is contained in:
morkt 2018-10-25 16:54:49 +04:00
parent cd527552b8
commit 853dc920cc

View File

@ -32,6 +32,7 @@ using GameRes.Compression;
using GameRes.Utility; using GameRes.Utility;
// [041001][Innocence] China Chaime+ // [041001][Innocence] China Chaime+
// [041224][Tam's] Volga Series 1
namespace GameRes.Formats.Ags32i namespace GameRes.Formats.Ags32i
{ {
@ -51,7 +52,7 @@ namespace GameRes.Formats.Ags32i
public GssFormat () public GssFormat ()
{ {
Signatures = new uint[] { 0x20575A52, 0 }; Signatures = new uint[] { 0x20575A52, 0x20574242, 0 };
} }
//static readonly uint DefaultKey = 0x20040915; //static readonly uint DefaultKey = 0x20040915;