This commit is contained in:
2025-11-11 19:52:09 -06:00
parent d39ed1ea5a
commit 7d7a3f30e6
7 changed files with 36 additions and 51 deletions

View File

@@ -73,7 +73,7 @@ static const assettypedef_t ASSET_TYPE_DEFINITIONS[ASSET_TYPE_COUNT] = {
[ASSET_TYPE_MAP] = {
.header = "DMF",
.loadStrategy = ASSET_LOAD_STRAT_ENTIRE,
.dataSize = sizeof(assetmap_t),
.dataSize = sizeof(1),
.entire = assetMapLoad
},