Trivial config change
This commit is contained in:
parent
e4eb6f837d
commit
aba490f4d6
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue