summaryrefslogtreecommitdiff
path: root/ConsoleApp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-02-19 06:28:18 +0100
committerTreeki <treeki@gmail.com>2012-02-19 06:28:18 +0100
commit364e99d849378546323d1d06307b6773e813b742 (patch)
tree3a30e29e3bd9bd3b3f245425d74b879103e46004 /ConsoleApp
parentf5f1901be759a9dc3837a4cc2933f75c0ea765b7 (diff)
downloadnw4rtools-364e99d849378546323d1d06307b6773e813b742.tar.gz
nw4rtools-364e99d849378546323d1d06307b6773e813b742.zip
added what is probably horribly broken support for reading animations
Diffstat (limited to '')
-rw-r--r--ConsoleApp/ResFileCommands.cs2
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);