From 364e99d849378546323d1d06307b6773e813b742 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 19 Feb 2012 06:28:18 +0100 Subject: added what is probably horribly broken support for reading animations --- ConsoleApp/ResFileCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ConsoleApp') 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); -- cgit v1.2.3