changeset 7497 | 7e1d72fc03c7 |
parent 7482 | d70a5b0d1190 |
child 10017 | de822cd3df3a |
--- a/project_files/frontlib/model/gamesetup.c Sun Aug 12 23:51:36 2012 +0200 +++ b/project_files/frontlib/model/gamesetup.c Wed Aug 15 23:40:10 2012 +0200 @@ -32,7 +32,7 @@ } } -flib_gamesetup *flib_gamesetup_copy(flib_gamesetup *setup) { +flib_gamesetup *flib_gamesetup_copy(const flib_gamesetup *setup) { if(!setup) { return NULL; }