Fix crash
This commit is contained in:
parent
19f71d2d31
commit
8af001dd3e
3 changed files with 5 additions and 5 deletions
|
|
@ -1549,7 +1549,7 @@
|
|||
"code": 401,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"press any key"
|
||||
" Press any key"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -1611,7 +1611,7 @@
|
|||
"indent": 0,
|
||||
"parameters": [
|
||||
[
|
||||
" new game",
|
||||
"New game",
|
||||
"Load game"
|
||||
],
|
||||
-2,
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "rmmz-game",
|
||||
"main": "index.html",
|
||||
"chromium-args": "--force-color-profile=srgb --disable-devtools",
|
||||
"chromium-args": "--force-color-profile=srgb",
|
||||
"window": {
|
||||
"title": "HeroineDarkSide1.0.10",
|
||||
"width": 1110,
|
||||
|
|
|
|||
Loading…
Reference in a new issue