From f3c417ed1f56e0462449b41f256545129cf5e141 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 29 Sep 2016 11:31:28 +0400 Subject: [PATCH] (MwpFormat): added TEYL images. --- ArcFormats/Emic/ImageMWP.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArcFormats/Emic/ImageMWP.cs b/ArcFormats/Emic/ImageMWP.cs index 94d87da1..7681d25e 100644 --- a/ArcFormats/Emic/ImageMWP.cs +++ b/ArcFormats/Emic/ImageMWP.cs @@ -2,7 +2,7 @@ //! \date Sun Aug 30 02:15:38 2015 //! \brief Emic engine RGBA bitmap. // -// Copyright (C) 2015 by morkt +// Copyright (C) 2015-2016 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to @@ -40,6 +40,7 @@ namespace GameRes.Formats.Emic public MwpFormat () { Extensions = new string[] { "bmp" }; + Signatures = new uint[] { 0x1050574D, 0x4C594554 }; // 'TEYL' } public override ImageMetaData ReadMetaData (Stream stream)