diff -r 5b0aeef8ba2a -r 5608ac657362 project_files/frontlib/model/cfg.h --- a/project_files/frontlib/model/cfg.h Thu Jun 21 21:32:12 2012 +0200 +++ b/project_files/frontlib/model/cfg.h Mon Jun 25 00:42:07 2012 +0200 @@ -24,6 +24,10 @@ int bitmaskIndex; } flib_cfg_mod_meta; +/** + * The order of the meta information in the arrays is the same as the order + * of the mod/setting information in the net protocol messages. + */ typedef struct { int _referenceCount; int settingCount; @@ -36,7 +40,7 @@ int _referenceCount; flib_cfg_meta *meta; - char *schemeName; + char *name; int *settings; bool *mods; } flib_cfg;