mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-30 15:43:19 -04:00
Fix most vtable issues (#2706)
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
/* 809BA53C */ void initPosAngle(Vec&, s16);
|
||||
/* 809BA584 */ cPhs__Step create();
|
||||
/* 809BA730 */ void create_init();
|
||||
/* 809BAA80 */ virtual ~daNpcFgd_c();
|
||||
/* 809BAA80 */ inline virtual ~daNpcFgd_c();
|
||||
|
||||
int getType() { return fopAcM_GetParam(this) & 0xFF; }
|
||||
int getObjNum() { return (fopAcM_GetParam(this) >> 8) & 0xFF; }
|
||||
|
||||
Reference in New Issue
Block a user