mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-02 15:16:46 +00:00
COMMON: Fix the NE group icon resource type
This commit is contained in:
parent
8158ec2167
commit
eef7f9f46b
@ -187,7 +187,7 @@ uint32 NEResources::getResourceTableOffset() {
|
||||
static const char *s_resTypeNames[] = {
|
||||
"", "cursor", "bitmap", "icon", "menu", "dialog", "string",
|
||||
"font_dir", "font", "accelerator", "rc_data", "msg_table",
|
||||
"group_cursor", "group_icon", "", "", "version", "dlg_include",
|
||||
"group_cursor", "", "group_icon", "", "version", "dlg_include",
|
||||
"", "plug_play", "vxd", "ani_cursor", "ani_icon", "html",
|
||||
"manifest"
|
||||
};
|
||||
|
@ -46,7 +46,7 @@ enum NEResourceType {
|
||||
kNERCData = 0x0A,
|
||||
kNEMessageTable = 0x0B,
|
||||
kNEGroupCursor = 0x0C,
|
||||
kNEGroupIcon = 0x0D,
|
||||
kNEGroupIcon = 0x0E,
|
||||
kNEVersion = 0x10,
|
||||
kNEDlgInclude = 0x11,
|
||||
kNEPlugPlay = 0x13,
|
||||
|
Loading…
Reference in New Issue
Block a user