--- a/project_files/frontlib/model/gamesetup.h Sun Aug 12 23:51:36 2012 +0200
+++ b/project_files/frontlib/model/gamesetup.h Wed Aug 15 23:40:10 2012 +0200
@@ -40,9 +40,8 @@
void flib_gamesetup_destroy(flib_gamesetup *gamesetup);
/**
- * Deep-copy of the flib_gamesetup. Copies everything except the weaponsets
- * of the hogs; those are kept as references.
+ * Deep-copy of the flib_gamesetup.
*/
-flib_gamesetup *flib_gamesetup_copy(flib_gamesetup *gamesetup);
+flib_gamesetup *flib_gamesetup_copy(const flib_gamesetup *gamesetup);
#endif