project_files/frontlib/model/gamesetup.h
changeset 7482 d70a5b0d1190
parent 7320 e704706008d4
child 7497 7e1d72fc03c7
--- 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;