diff -r c8c552ee3acb -r d70a5b0d1190 project_files/frontlib/model/gamesetup.h --- a/project_files/frontlib/model/gamesetup.h Sun Aug 12 22:21:09 2012 +0200 +++ b/project_files/frontlib/model/gamesetup.h Sun Aug 12 22:37:57 2012 +0200 @@ -18,7 +18,7 @@ */ /** - * A complete game configuration that contains all settings for a + * A complete game configuration that contains all settings the engine needs to start a * local or networked game. */ @@ -31,7 +31,7 @@ #include "teamlist.h" typedef struct { - char *script; + char *style; // e.g. "Capture the Flag" flib_scheme *gamescheme; flib_map *map; flib_teamlist *teamlist;