]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_binobj.hxx
Move SGReadFileCallback from model.cxx to public class ModelRegistry
[simgear.git] / simgear / io / sg_binobj.hxx
index cc4f9498308234cd990da4e616ca6c04db8cf101..d5c108fc15f805e978bf59ec298aa1a76299868e 100644 (file)
@@ -74,9 +74,9 @@ typedef group_list::const_iterator const_group_list_iterator;
  *
  * - prop_typecode: material_name | ???
  *
- * - nelements: SHORT (Gives us 65536 which ought to be enough, right?)
+ * - nelements: USHORT (Gives us 65536 which ought to be enough, right?)
  *
- * - nproperties: SHORT
+ * - nproperties: USHORT
  *
  * - *_typecode: CHAR
  *