mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-05 06:25:34 +02:00
Mistakes in configuration options
This commit is contained in:
parent
93d8cdf418
commit
487bc4b7ed
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ void Config::read(int argc, char *argv[]) {
|
||||||
{"defScreenW", 0},
|
{"defScreenW", 0},
|
||||||
{"defScreenH", 0},
|
{"defScreenH", 0},
|
||||||
{"windowTitle", ""},
|
{"windowTitle", ""},
|
||||||
{"fixedFramerate", false},
|
{"fixedFramerate", 0},
|
||||||
{"frameSkip", false},
|
{"frameSkip", false},
|
||||||
{"syncToRefreshRate", false},
|
{"syncToRefreshrate", false},
|
||||||
{"solidFonts", false},
|
{"solidFonts", false},
|
||||||
{"subImageFix", false},
|
{"subImageFix", false},
|
||||||
{"enableBlitting", true},
|
{"enableBlitting", true},
|
||||||
|
|
Loading…
Add table
Reference in a new issue