Fix prefs

This commit is contained in:
asvitkine 2008-07-20 07:29:46 +00:00
parent a9086a8165
commit bf7408e151

View File

@ -294,6 +294,7 @@ NSString *getStringFromPrefs(const char *key)
case 3: rate = 4; break;
case 4: rate = 2; break;
case 5: rate = 1; break;
case 6: rate = 0; break;
}
PrefsReplaceInt32("frameskip", rate);
PrefsReplaceBool("gfxaccel", [qdAccel intValue]);