project_files/frontlib/model/cfg.h
changeset 7271 5608ac657362
parent 7230 240620f46dd7
child 7275 15f722e0b96f
--- 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;