synced with scummvm

This commit is contained in:
Pawel Kolodziejski 2011-05-01 17:49:40 +02:00
parent 8e46fdc4c3
commit 6be453780f
192 changed files with 2249 additions and 703 deletions

View file

@ -563,7 +563,7 @@ int String::compareToIgnoreCase(const String &x) const {
int String::compareToIgnoreCase(const char *x) const {
assert(x != 0);
return strcasecmp(c_str(), x);
return scumm_stricmp(c_str(), x);
}
#pragma mark -