diff --git a/src/Common/Game/IW4/IW4.h b/src/Common/Game/IW4/IW4.h index 53f972e2..aaed950f 100644 --- a/src/Common/Game/IW4/IW4.h +++ b/src/Common/Game/IW4/IW4.h @@ -164,7 +164,7 @@ namespace IW4 using AssetRawFile = Asset; using AssetStringTable = Asset; using AssetLeaderBoard = Asset; - using AssetStructuredDataDef = Asset; + using AssetStructuredDataDef = Asset; using AssetTracer = Asset; using AssetVehicle = Asset; using AssetAddonMapEnts = Asset; diff --git a/src/Common/Game/IW5/IW5.h b/src/Common/Game/IW5/IW5.h index 18513576..c7e93b93 100644 --- a/src/Common/Game/IW5/IW5.h +++ b/src/Common/Game/IW5/IW5.h @@ -175,7 +175,7 @@ namespace IW5 using AssetScript = Asset; using AssetStringTable = Asset; using AssetLeaderBoard = Asset; - using AssetStructuredDataDef = Asset; + using AssetStructuredDataDef = Asset; using AssetTracer = Asset; using AssetVehicle = Asset; using AssetAddonMapEnts = Asset;