diff -r a446eafcddeb -r e704706008d4 project_files/frontlib/model/gamesetup.h --- a/project_files/frontlib/model/gamesetup.h Thu Jul 05 22:22:48 2012 +0200 +++ b/project_files/frontlib/model/gamesetup.h Tue Jul 10 19:33:57 2012 +0200 @@ -25,14 +25,14 @@ #ifndef MODEL_GAMESETUP_H_ #define MODEL_GAMESETUP_H_ -#include "cfg.h" +#include "scheme.h" #include "weapon.h" #include "map.h" #include "teamlist.h" typedef struct { char *script; - flib_cfg *gamescheme; + flib_scheme *gamescheme; flib_map *map; flib_teamlist *teamlist; } flib_gamesetup;