mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-12 21:31:43 +00:00
chore: adjust asset type names for light def
This commit is contained in:
@@ -11,7 +11,7 @@ namespace
|
|||||||
constexpr const char* ASSET_TYPE_NAMES[]{
|
constexpr const char* ASSET_TYPE_NAMES[]{
|
||||||
"xmodelpieces", "physpreset", "physconstraints", "destructibledef", "xanim", "xmodel", "material",
|
"xmodelpieces", "physpreset", "physconstraints", "destructibledef", "xanim", "xmodel", "material",
|
||||||
"techniqueset", "image", "soundbank", "soundpatch", "clipmap_unused", "clipmap", "comworld",
|
"techniqueset", "image", "soundbank", "soundpatch", "clipmap_unused", "clipmap", "comworld",
|
||||||
"gameworldsp", "gameworldmp", "mapents", "gfxworld", "gfxlightdef", "uimap", "font",
|
"gameworldsp", "gameworldmp", "mapents", "gfxworld", "lightdef", "uimap", "font",
|
||||||
"menulist", "menu", "localize", "weapon", "weapondef", "weaponvariant", "snddriverglobals",
|
"menulist", "menu", "localize", "weapon", "weapondef", "weaponvariant", "snddriverglobals",
|
||||||
"fx", "fximpacttable", "aitype", "mptype", "mpbody", "mphead", "character",
|
"fx", "fximpacttable", "aitype", "mptype", "mpbody", "mphead", "character",
|
||||||
"xmodelalias", "rawfile", "stringtable", "packindex", "xglobals", "ddl", "glasses",
|
"xmodelalias", "rawfile", "stringtable", "packindex", "xglobals", "ddl", "glasses",
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ namespace
|
|||||||
"gameworldmp",
|
"gameworldmp",
|
||||||
"mapents",
|
"mapents",
|
||||||
"gfxworld",
|
"gfxworld",
|
||||||
"gfxlightdef",
|
"lightdef",
|
||||||
"uimap",
|
"uimap",
|
||||||
"font",
|
"font",
|
||||||
"fonticon",
|
"fonticon",
|
||||||
|
|||||||
Reference in New Issue
Block a user