]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Settings.cpp
first modifications in order to support multiple campaign.
[lugaru.git] / Source / Settings.cpp
index 52ecbebb4eac4266bcb05ce942156d400d651f07..284baf47fee87a90e732d7ed37a4ef72ef07e737 100644 (file)
@@ -151,7 +151,7 @@ bool LoadSettings(Game &game) {
                // skip blank lines
                // assume lines starting with spaces are all blank
                if ( strlen(setting) == 0 || setting[0] == ' ' || setting[0] == '\t') continue;
-               printf("setting : %s\n",setting);
+               //~ printf("setting : %s\n",setting);
 
                if ( ipstream.eof() || ipstream.fail() ) {
                        fprintf(stderr, "Error reading config file: Got setting name '%s', but value can't be read\n", setting);