AWC improvements

This commit is contained in:
dexy
2020-02-07 04:02:55 +11:00
Unverified
parent 4020327e64
commit 668e8a2841
4 changed files with 490 additions and 223 deletions
+7 -7
View File
@@ -2844,8 +2844,8 @@ namespace CodeWalker.GameFiles
{
foreach (RpfEntry entry in file.AllEntries)
{
try
{
//try
//{
var n = entry.NameLower;
if (n.EndsWith(".awc"))
{
@@ -2854,11 +2854,11 @@ namespace CodeWalker.GameFiles
if (awcfile != null)
{ }
}
}
catch (Exception ex)
{
UpdateStatus("Error! " + ex.ToString());
}
//}
//catch (Exception ex)
//{
// UpdateStatus("Error! " + ex.ToString());
//}
}
}
}