diff -r c8c552ee3acb -r d70a5b0d1190 project_files/frontlib/model/weapon.h --- a/project_files/frontlib/model/weapon.h Sun Aug 12 22:21:09 2012 +0200 +++ b/project_files/frontlib/model/weapon.h Sun Aug 12 22:37:57 2012 +0200 @@ -23,10 +23,12 @@ #include "../hwconsts.h" /** - * These values are all in the range 0..9 + * These values are all ASCII characters in the range '0'..'9' + * The fields are zero-terminated so they can easily be used as strings. * * For loadout, 9 means inifinite ammo. * For the other setting, 9 is invalid. + * TODO stop reference counting, it complects everything */ typedef struct { int _referenceCount;