diff -r c14b27abe452 -r 83d85e32c713 project_files/frontlib/model/gamesetup.h --- a/project_files/frontlib/model/gamesetup.h Thu Dec 06 10:01:01 2012 +0100 +++ b/project_files/frontlib/model/gamesetup.h Tue Dec 04 09:24:10 2012 +0100 @@ -31,7 +31,7 @@ #include "teamlist.h" typedef struct { - char *style; // e.g. "Capture the Flag" + char *style; //! e.g. "Capture the Flag" flib_scheme *gamescheme; flib_map *map; flib_teamlist *teamlist;