diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_e_gb.h | 17 | ||||
| -rw-r--r-- | include/d/actor/d_a_obj_life_container.h | 4 |
2 files changed, 3 insertions, 18 deletions
diff --git a/include/d/actor/d_a_e_gb.h b/include/d/actor/d_a_e_gb.h index 0f2c1cb8f5..ca3b09a1ee 100644 --- a/include/d/actor/d_a_e_gb.h +++ b/include/d/actor/d_a_e_gb.h @@ -113,22 +113,5 @@ public: STATIC_ASSERT(sizeof(e_gb_class) == 0xef8); -class daE_GB_HIO_c : public JORReflexible{ -public: - /* 806C1CEC */ daE_GB_HIO_c(); - /* 806C6F98 */ virtual ~daE_GB_HIO_c() {} - - void genMessage(JORMContext*); - - /* 0x04 */ s8 field_0x4; - /* 0x08 */ f32 field_0x8; - /* 0x0C */ f32 field_0xc; - /* 0x10 */ f32 field_0x10; - /* 0x14 */ s16 field_0x14; - /* 0x18 */ f32 field_0x18; - /* 0x1C */ s16 field_0x1c; - /* 0x1E */ s16 field_0x1e; -}; - #endif /* D_A_E_GB_H */ diff --git a/include/d/actor/d_a_obj_life_container.h b/include/d/actor/d_a_obj_life_container.h index bbaf2f3f5e..c3f9246b87 100644 --- a/include/d/actor/d_a_obj_life_container.h +++ b/include/d/actor/d_a_obj_life_container.h @@ -60,7 +60,9 @@ public: actionInitWait2(); } - void setPos(cXyz); + void setPos(cXyz new_pos) { + current.pos = new_pos; + } private: /* 0x92C */ fpc_ProcID mItemId; |
