AWC research progress

This commit is contained in:
dexy
2020-02-08 06:24:04 +11:00
Unverified
parent 6c1afda9a2
commit cfa7243417
5 changed files with 599 additions and 94 deletions
+5
View File
@@ -490,6 +490,11 @@ namespace CodeWalker.GameFiles
//failing silently!! not so good really
}
}
for (int i = 0; i < 100; i++)
{
JenkIndex.Ensure(i.ToString("00"));
}
}
}