remove Numbers
This commit is contained in:
@@ -28,7 +28,6 @@ static const CString ElementCategoryNames[] = {
|
|||||||
"BGAnimations",
|
"BGAnimations",
|
||||||
"Fonts",
|
"Fonts",
|
||||||
"Graphics",
|
"Graphics",
|
||||||
"Numbers",
|
|
||||||
"Sounds",
|
"Sounds",
|
||||||
"Other"
|
"Other"
|
||||||
};
|
};
|
||||||
@@ -376,7 +375,6 @@ try_element_again:
|
|||||||
{ "redir", "", "xml", NULL },
|
{ "redir", "", "xml", NULL },
|
||||||
{ "redir", "ini", NULL },
|
{ "redir", "ini", NULL },
|
||||||
{ "redir", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL},
|
{ "redir", "xml", "png", "jpg", "bmp", "gif","avi", "mpg", "mpeg", "txt", "", NULL},
|
||||||
{ "redir", "png", NULL },
|
|
||||||
{ "redir", "mp3", "ogg", "wav", NULL },
|
{ "redir", "mp3", "ogg", "wav", NULL },
|
||||||
{ "*", NULL },
|
{ "*", NULL },
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ enum ElementCategory
|
|||||||
EC_BGANIMATIONS,
|
EC_BGANIMATIONS,
|
||||||
EC_FONTS,
|
EC_FONTS,
|
||||||
EC_GRAPHICS,
|
EC_GRAPHICS,
|
||||||
EC_NUMBERS,
|
|
||||||
EC_SOUNDS,
|
EC_SOUNDS,
|
||||||
EC_OTHER,
|
EC_OTHER,
|
||||||
NUM_ElementCategory
|
NUM_ElementCategory
|
||||||
|
|||||||
Reference in New Issue
Block a user