From 799330e70c7d074c4d923c12cc71ae39c3d0c20d Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 23 Mar 2011 22:27:17 +0100 Subject: just testing --- NW4RTools/Models/Animation/CharacterAnim.cs | 2 +- NW4RTools/bin/Debug/NW4RTools.dll | Bin 237568 -> 238592 bytes NW4RTools/bin/Debug/NW4RTools.dll.mdb | Bin 114610 -> 114661 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'NW4RTools') diff --git a/NW4RTools/Models/Animation/CharacterAnim.cs b/NW4RTools/Models/Animation/CharacterAnim.cs index b350477..33c30ce 100644 --- a/NW4RTools/Models/Animation/CharacterAnim.cs +++ b/NW4RTools/Models/Animation/CharacterAnim.cs @@ -2,7 +2,7 @@ using System; namespace NW4RTools.Models.Animation { public class CharacterAnim { [FlagsAttribute] - public enum Flags { + public enum Flags : uint { Unk0 = 1, Unk1 = 2, Unk2 = 4, diff --git a/NW4RTools/bin/Debug/NW4RTools.dll b/NW4RTools/bin/Debug/NW4RTools.dll index 111c9f0..e3c34c6 100755 Binary files a/NW4RTools/bin/Debug/NW4RTools.dll and b/NW4RTools/bin/Debug/NW4RTools.dll differ diff --git a/NW4RTools/bin/Debug/NW4RTools.dll.mdb b/NW4RTools/bin/Debug/NW4RTools.dll.mdb index 83824f2..d8213c7 100644 Binary files a/NW4RTools/bin/Debug/NW4RTools.dll.mdb and b/NW4RTools/bin/Debug/NW4RTools.dll.mdb differ -- cgit v1.2.3