project_files/frontlib/model/weapon.h
changeset 7482 d70a5b0d1190
parent 7320 e704706008d4
child 7497 7e1d72fc03c7
--- 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;