diff options
author | Treeki <treeki@gmail.com> | 2012-02-19 06:28:18 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-02-19 06:28:18 +0100 |
commit | 364e99d849378546323d1d06307b6773e813b742 (patch) | |
tree | 3a30e29e3bd9bd3b3f245425d74b879103e46004 /ConsoleApp | |
parent | f5f1901be759a9dc3837a4cc2933f75c0ea765b7 (diff) | |
download | nw4rtools-364e99d849378546323d1d06307b6773e813b742.tar.gz nw4rtools-364e99d849378546323d1d06307b6773e813b742.zip |
added what is probably horribly broken support for reading animations
Diffstat (limited to '')
-rw-r--r-- | ConsoleApp/ResFileCommands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConsoleApp/ResFileCommands.cs b/ConsoleApp/ResFileCommands.cs index 83c28b2..84ba13a 100644 --- a/ConsoleApp/ResFileCommands.cs +++ b/ConsoleApp/ResFileCommands.cs @@ -25,7 +25,7 @@ namespace ConsoleApp { var data = System.IO.File.ReadAllBytes(args[0]); - TargetFile = BrresReader.LoadFile(data, false); + TargetFile = BrresReader.LoadFile(data, true); TargetPath = args[0]; OperateOnFile(newArgs); |