mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-24 08:35:23 +02:00
Fix regex goofs in sample mkxp.json
This commit is contained in:
parent
2ce377b0d4
commit
27af617ca8
1 changed files with 3 additions and 3 deletions
|
@ -270,12 +270,12 @@
|
|||
|
||||
// Activate "chorus" effect for midi playback
|
||||
//
|
||||
// midi."chorus": false
|
||||
// "midiChorus": false,
|
||||
|
||||
|
||||
// Activate "reverb" effect for midi playback
|
||||
//
|
||||
// midi."reverb": false
|
||||
// "midiReverb": false,
|
||||
|
||||
|
||||
// Number of OpenAL sources to allocate for SE playback.
|
||||
|
@ -283,7 +283,7 @@
|
|||
// and audibly cutting each other off, try increasing
|
||||
// this number. Maximum: 64.
|
||||
//
|
||||
// SE."sourceCount": 6
|
||||
// "SESourceCount": 6
|
||||
|
||||
|
||||
// The Windows game executable name minus ".exe". By default
|
||||
|
|
Loading…
Add table
Reference in a new issue