Bring sample conf up to date with boost changes

This commit is contained in:
Jonas Kulla 2014-01-01 07:14:40 +01:00
parent ce7bf97dd4
commit 7a1dd2588d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ To run mkxp, you should have a graphics card capable of at least **OpenGL 2.0**
## Configuration
mkxp reads configuration data from the file "mkxp.conf" contained in the current directory. The format is ini-style. Do *not* use quotes around file paths (spaces won't break). Following entries are interpreted:
mkxp reads configuration data from the file "mkxp.conf" contained in the current directory. The format is ini-style. Do *not* use quotes around file paths (spaces won't break). Lines starting with '#' are comments. Following entries are interpreted:
| Key | Type | Default | Description |
| ---------------- | ------ | ------- | ------------------------------------------------------------------------------- |

View File

@ -1,4 +1,4 @@
[General]
# This is a comment
debugMode=false
winResizable=false
fullscreen=false