mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-22 02:11:48 +00:00
Merge pull request #618 from Laupetin/fix/wrong-iw4-clipmap-asset-name
fix: fix wrong asset name for iw4 clipmap asset
This commit is contained in:
@@ -10,15 +10,15 @@ using namespace IW4;
|
|||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
constexpr const char* ASSET_TYPE_NAMES[]{
|
constexpr const char* ASSET_TYPE_NAMES[]{
|
||||||
"physpreset", "physcollmap", "xanim", "xmodelsurfs", "xmodel",
|
"physpreset", "physcollmap", "xanim", "xmodelsurfs", "xmodel",
|
||||||
"material", "pixelshader", "vertexshader", "vertexdecl", "techniqueset",
|
"material", "pixelshader", "vertexshader", "vertexdecl", "techniqueset",
|
||||||
"image", "sound", "soundcurve", "loadedsound", "clipmap_unused",
|
"image", "sound", "soundcurve", "loadedsound", "clipmap_unused",
|
||||||
"clipmap_used", "comworld", "gameworldsp", "gameworldmp", "mapents",
|
"clipmap", "comworld", "gameworldsp", "gameworldmp", "mapents",
|
||||||
"fxworld", "gfxworld", "lightdef", "uimap", "font",
|
"fxworld", "gfxworld", "lightdef", "uimap", "font",
|
||||||
"menulist", "menu", "localize", "weapon", "snddriverglobals",
|
"menulist", "menu", "localize", "weapon", "snddriverglobals",
|
||||||
"fx", "impactfx", "aitype", "mptype", "character",
|
"fx", "impactfx", "aitype", "mptype", "character",
|
||||||
"xmodelalias", "rawfile", "stringtable", "leaderboard", "structureddatadef",
|
"xmodelalias", "rawfile", "stringtable", "leaderboard", "structureddatadef",
|
||||||
"tracer", "vehicle", "addonmapents",
|
"tracer", "vehicle", "addonmapents",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user