forgot dtor

This commit is contained in:
Dexter Haslem 2018-02-10 16:41:27 -07:00
parent a0f268c5ac
commit f00b08b8a7
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
0 - CFFPlayer::~CFFPlayer
1 - CBaseEntity::SetRefEHandle(CBaseHandle const &)
2 - CBaseEntity::GetRefEHandle(void)
3 - CBaseEntity::GetCollideable(void)

View File

@ -8,7 +8,7 @@ with open("cffplayer_offsets.txt", "w") as of:
for i in range(0, len(lns)):
if i == 0:
print "0 CFFPlayer::~CFFPlayer"
of.write("0 - CFFPlayer::~CFFPlayer\n")
continue
# hack: skip the vtable header lines