mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 23:22:01 -04:00
d_a_obj_wooden_statue OK (#2532)
This commit is contained in:
@@ -86,16 +86,9 @@ struct fopAcM_search_prm {
|
||||
/* 0x0A */ s8 subtype;
|
||||
};
|
||||
|
||||
// define to avoid vtable mess in WIP TUs
|
||||
#ifndef HIO_entry_c_NO_VIRTUAL
|
||||
struct fOpAcm_HIO_entry_c : public mDoHIO_entry_c {
|
||||
virtual ~fOpAcm_HIO_entry_c() {}
|
||||
};
|
||||
#else
|
||||
struct fOpAcm_HIO_entry_c {
|
||||
~fOpAcm_HIO_entry_c();
|
||||
};
|
||||
#endif
|
||||
|
||||
class l_HIO {
|
||||
public:
|
||||
@@ -389,7 +382,7 @@ inline const Vec* fopAcM_getCullSizeBoxMax(const fopAc_ac_c* i_actor) {
|
||||
return &i_actor->cull.box.max;
|
||||
}
|
||||
|
||||
inline void fopAcM_SetCullSize(fopAc_ac_c* i_actor, s8 i_cullsize) {
|
||||
inline void fopAcM_SetCullSize(fopAc_ac_c* i_actor, int i_cullsize) {
|
||||
i_actor->cullType = i_cullsize;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user