diff -r 8d04e85ca204 -r 5143861c83bd project_files/frontlib/model/gamesetup.h --- 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;