Removed TFC_DBGetItemName because I can't figure out the return value syntax (it doesn't sound like a useful function anyway).

Disassembled DoD for the new virtual functions.

Fixed cs weapon virtual functions.  Oops :o
This commit is contained in:
Steve Dudenhoeffer
2007-05-10 17:17:33 +00:00
parent 0c56e2803e
commit ee64440fef
4 changed files with 135 additions and 49 deletions

View File

@ -154,8 +154,6 @@ hook_t hooklist[] =
/* Team Fortress Classic */
// This next one is just a huge guess
{ V("tfc_dbgetitemname", Str_Void) },
{ V("tfc_engineeruse", Int_Cbase) },
{ V("tfc_finished", Void_Void) },
{ V("tfc_empexplode", Void_Entvar_Float_Float) },