X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel_subset.cpp;h=4b3378db7c70f552aee79fb48f176857c64a5e5c;hb=935c2f6a2a27248de63fba86b74a724675761487;hp=fda54170e58ce52d006b938c255398678768a9de;hpb=e68610f027ad6f35025d9aca87202ceb4501e97e;p=supertux.git diff --git a/src/level_subset.cpp b/src/level_subset.cpp index fda54170e..4b3378db7 100644 --- a/src/level_subset.cpp +++ b/src/level_subset.cpp @@ -150,7 +150,7 @@ LevelSubset::save() fprintf(fi," (description \"%s\")\n", description.c_str()); /* Save the hide from Contrbis menu boolean: */ - fprintf(fi," (hide-from-contribs \"%s\")\n", hide_from_contribs ? "#t" : "#f"); + fprintf(fi," (hide-from-contribs %s)\n", hide_from_contribs ? "#t" : "#f"); fprintf( fi,")"); fclose(fi);