diff -r e65adfc99f15 -r 7e1d72fc03c7 project_files/frontlib/model/team.h --- a/project_files/frontlib/model/team.h Sun Aug 12 23:51:36 2012 +0200 +++ b/project_files/frontlib/model/team.h Wed Aug 15 23:40:10 2012 +0200 @@ -115,7 +115,7 @@ /** * Set the same weaponset for every hog in the team */ -void flib_team_set_weaponset(flib_team *team, flib_weaponset *set); +int flib_team_set_weaponset(flib_team *team, const flib_weaponset *set); /** * Set the same initial health for every hog. @@ -124,8 +124,6 @@ /** * Create a deep copy of a team. Returns NULL on failure. - * The referenced weaponsets are not copied, so the new - * team references the same weaponsets. */ flib_team *flib_team_copy(const flib_team *team);