mirror of
https://github.com/fortressforever/fortressforever-serveroffsets.git
synced 2024-11-10 07:12:02 +00:00
forgot dtor
This commit is contained in:
parent
a0f268c5ac
commit
f00b08b8a7
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
0 - CFFPlayer::~CFFPlayer
|
||||||
1 - CBaseEntity::SetRefEHandle(CBaseHandle const &)
|
1 - CBaseEntity::SetRefEHandle(CBaseHandle const &)
|
||||||
2 - CBaseEntity::GetRefEHandle(void)
|
2 - CBaseEntity::GetRefEHandle(void)
|
||||||
3 - CBaseEntity::GetCollideable(void)
|
3 - CBaseEntity::GetCollideable(void)
|
||||||
|
|
|
@ -8,7 +8,7 @@ with open("cffplayer_offsets.txt", "w") as of:
|
||||||
|
|
||||||
for i in range(0, len(lns)):
|
for i in range(0, len(lns)):
|
||||||
if i == 0:
|
if i == 0:
|
||||||
print "0 CFFPlayer::~CFFPlayer"
|
of.write("0 - CFFPlayer::~CFFPlayer\n")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# hack: skip the vtable header lines
|
# hack: skip the vtable header lines
|
||||||
|
|
Loading…
Reference in a new issue