2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 04:27:42 +00:00

DGRP Extract Fix

This commit is contained in:
2016-06-01 23:26:50 -07:00
parent fccd52e155
commit 56320d2442
4 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ struct DGRP : BigYAML
{
DECL_YAML
DNAFourCC type;
UniqueID32 id;
IDType id;
};
Vector<ObjectTag, DNA_COUNT(dependCount)> depends;