Removed the defunct KEY_CONFIG and RES_INDEX resource types.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2964 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
Changes towards version 0.7:
|
Changes towards version 0.7:
|
||||||
|
- Removed internal references to defunct resource types - Michael
|
||||||
- Revamped resource system to only use .rmp files - Michael
|
- Revamped resource system to only use .rmp files - Michael
|
||||||
- Isolated all constructed resources into cons_res.c - Michael
|
- Isolated all constructed resources into cons_res.c - Michael
|
||||||
- Fixed a crash when conversing with music disabled - Michael
|
- Fixed a crash when conversing with music disabled - Michael
|
||||||
|
|||||||
@@ -31,13 +31,11 @@ typedef const char *RESOURCE;
|
|||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
UNKNOWNRES = 0,
|
UNKNOWNRES = 0,
|
||||||
KEY_CONFIG,
|
|
||||||
GFXRES,
|
GFXRES,
|
||||||
FONTRES,
|
FONTRES,
|
||||||
STRTAB,
|
STRTAB,
|
||||||
SNDRES,
|
SNDRES,
|
||||||
MUSICRES,
|
MUSICRES,
|
||||||
RES_INDEX,
|
|
||||||
CODE
|
CODE
|
||||||
} RES_TYPE;
|
} RES_TYPE;
|
||||||
|
|
||||||
|
|||||||
@@ -53,13 +53,11 @@ freeResourceIndex (RESOURCE_INDEX h) {
|
|||||||
unlikely to be a problem. */
|
unlikely to be a problem. */
|
||||||
static const char *res_type_strings[] = {
|
static const char *res_type_strings[] = {
|
||||||
"UNKNOWNRES",
|
"UNKNOWNRES",
|
||||||
"KEY_CONFIG",
|
|
||||||
"GFXRES",
|
"GFXRES",
|
||||||
"FONTRES",
|
"FONTRES",
|
||||||
"STRTAB",
|
"STRTAB",
|
||||||
"SNDRES",
|
"SNDRES",
|
||||||
"MUSICRES",
|
"MUSICRES",
|
||||||
"RES_INDEX",
|
|
||||||
"CODE",
|
"CODE",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user