project_files/frontlib/model/gamesetup.h
changeset 7224 5143861c83bd
parent 7179 f84805e6df03
child 7271 5608ac657362
--- a/project_files/frontlib/model/gamesetup.h	Mon Jun 11 00:06:22 2012 +0200
+++ b/project_files/frontlib/model/gamesetup.h	Tue Jun 12 11:25:05 2012 +0200
@@ -18,7 +18,7 @@
     char *script;					// optional
     flib_cfg *gamescheme;			// optional
     flib_map *map;					// optional
-	flib_team *teams;				// optional
+	flib_team **teams;				// optional
 	int teamcount;
 } flib_gamesetup;