diff options
author | Treeki <treeki@gmail.com> | 2011-03-03 04:53:56 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-03 04:53:56 +0100 |
commit | ab340fe4dc87086336643b6b616df6efdfac796b (patch) | |
tree | aa01265000e80c8348631f3ae67cc6ded16d90bb /NW4RTools/ResFile.cs | |
parent | 6b14bc71cb699b72ca6cf164b7b800add414dec6 (diff) | |
download | nw4rtools-ab340fe4dc87086336643b6b616df6efdfac796b.tar.gz nw4rtools-ab340fe4dc87086336643b6b616df6efdfac796b.zip |
working (but not 100% tested) model and texture writing. a few other fixes, etc
Diffstat (limited to '')
-rw-r--r-- | NW4RTools/ResFile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NW4RTools/ResFile.cs b/NW4RTools/ResFile.cs index 865db93..02919e5 100644 --- a/NW4RTools/ResFile.cs +++ b/NW4RTools/ResFile.cs @@ -2,7 +2,7 @@ using System; namespace NW4RTools { public class ResFile : ResDict<object> { - public UInt16 version; + public UInt16 Version; public ResDict<TValue> GetGroup<TValue>(string name) { return this[name] as ResDict<TValue>; |