2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 01:07:43 +00:00

Another PAK indexing fix

This commit is contained in:
Jack Andersen
2015-09-23 17:57:45 -10:00
parent d6ce7559b9
commit cf1c7e4781
8 changed files with 113 additions and 296 deletions

View File

@@ -332,7 +332,6 @@ bool MREA::ExtractLayerDeps(PAKEntryReadStream& rs, PAKBridge::Level::Area& area
DEPS deps;
deps.read(drs);
printf("%d\n", deps.depLayerCount);
unsigned r=0;
for (unsigned l=1 ; l<deps.depLayerCount ; ++l)
{