Mistakes in configuration options

This commit is contained in:
Roza 2021-01-06 04:05:51 -05:00
parent 55778aa644
commit f3817bff55

View file

@ -64,9 +64,9 @@ void Config::read(int argc, char *argv[]) {
{"defScreenW", 0},
{"defScreenH", 0},
{"windowTitle", ""},
{"fixedFramerate", false},
{"fixedFramerate", 0},
{"frameSkip", false},
{"syncToRefreshRate", false},
{"syncToRefreshrate", false},
{"solidFonts", false},
{"subImageFix", false},
{"enableBlitting", true},