From 1a845e0c3f89a674267323ee72504a52603b6212 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 14 Dec 2017 02:49:32 +0100 Subject: [PATCH] comments in the config file --- config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/config.cpp b/config.cpp index b77dde95..7374f240 100644 --- a/config.cpp +++ b/config.cpp @@ -504,6 +504,7 @@ void loadOldConfig(FILE *f) { map > allconfigs; void parseline(const string& str) { + if(str[0] == '#') return; for(int i=0; i