svn-id: r20351
This commit is contained in:
Chris Apers 2006-02-02 20:35:21 +00:00
parent 25a6adc238
commit 4c8cd695da

View File

@ -76,7 +76,7 @@ bool OSystem::setGraphicsMode(const char *name) {
if (!name)
return false;
// Sepcial case for the 'default' filter
// Special case for the 'default' filter
if (!scumm_stricmp(name, "normal") || !scumm_stricmp(name, "default")) {
return setGraphicsMode(getDefaultGraphicsMode());
}