Trivial config change

This commit is contained in:
Varun Patil 2020-05-05 17:43:37 +05:30
parent e4eb6f837d
commit aba490f4d6
2 changed files with 6 additions and 6 deletions

View file

@ -191,13 +191,14 @@ void Config::read(int argc, char *argv[])
PO_DESC_ALL;
gameFolder = "game";
fixedFramerate = -1;
fixedFramerate = 40;
syncToRefreshrate = false;
rgssVersion = 1;
defScreenW = 640;
defScreenH = 480;
enableBlitting = false;
winResizable = false;
windowTitle = "KN_E";
#undef PO_DESC
#undef PO_DESC_ALL