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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user