From 7a1dd2588db507ff9e97e4a1722d1694cb3e3039 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 1 Jan 2014 07:14:40 +0100 Subject: [PATCH] Bring sample conf up to date with boost changes --- README.md | 2 +- mkxp.conf.sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2cfa83..fd2ecb1 100644 --- a/README.md +++ b/README.md @@ -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 | | ---------------- | ------ | ------- | ------------------------------------------------------------------------------- | diff --git a/mkxp.conf.sample b/mkxp.conf.sample index a766872..dbf9f5d 100644 --- a/mkxp.conf.sample +++ b/mkxp.conf.sample @@ -1,4 +1,4 @@ -[General] +# This is a comment debugMode=false winResizable=false fullscreen=false