diff options
Diffstat (limited to 'engines/sci/tools')
-rw-r--r-- | engines/sci/tools/scipack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/tools/scipack.cpp b/engines/sci/tools/scipack.cpp index c3a8fcbe35..4e8753b213 100644 --- a/engines/sci/tools/scipack.cpp +++ b/engines/sci/tools/scipack.cpp @@ -61,7 +61,7 @@ test_file(char *filename) { *dot = 0; for (res_type = 0; res_type < sci_invalid_resource - && strcasecmp(filename, sci_resource_types[res_type]); res_type++); + && scumm_stricmp(filename, sci_resource_types[res_type]); res_type++); *dot = '.'; |