aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v7he.cpp')
-rw-r--r--scumm/resource_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v7he.cpp b/scumm/resource_v7he.cpp
index 477c8ee248..ef3d53858c 100644
--- a/scumm/resource_v7he.cpp
+++ b/scumm/resource_v7he.cpp
@@ -163,7 +163,7 @@ const char *Win32ResExtractor::res_type_string_to_id(const char *type) {
return NULL;
for (c = 0 ; c < (int)RES_TYPE_COUNT ; c++) {
- if (res_types[c] != NULL && !strcasecmp(type, res_types[c]))
+ if (res_types[c] != NULL && !scumm_stricmp(type, res_types[c]))
return res_type_ids[c];
}