project_files/frontlib/model/gamesetup.h
changeset 7497 7e1d72fc03c7
parent 7482 d70a5b0d1190
child 8260 83d85e32c713
--- 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