Small Items tweak.

develop
Petr Mrázek 2011-11-30 07:42:59 +01:00
parent c0a6036cde
commit 9dba6003bc
1 changed files with 3 additions and 12 deletions

@ -162,21 +162,12 @@ public:
virtual t_materialType getMaterial();
virtual t_materialIndex getMaterialIndex();
// 0x10
/*
hm, [4] looks complicated *
takes a parameter
looks like 0x017081A4 is a vector of something
this one sets an item property at offset 0xA0
(0.31.25 Windows SDL)
*/
virtual void fn4(void);
virtual void setSubType(t_itemSubtype);
virtual void setMaterial(t_materialType mat);
virtual void setMaterialIndex (t_materialIndex submat);
// another one? really?
virtual t_materialType getMaterial2();
virtual t_materialType getMaterial2(); // weird
// 0x20
// more of the same?
virtual t_materialIndex getMaterialIndex2();
virtual t_materialIndex getMaterialIndex2(); // weird
virtual void fn9(void);
virtual void fn10(void);
virtual void fn11(void);