Fixed traceresults (Freecode)

This commit is contained in:
David Anderson
2004-09-14 23:39:22 +00:00
parent 44bb871f7e
commit 4ed906248d
3 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ void OnAmxxAttach()
MF_AddNatives(pev_natives);
MF_AddNatives(forward_natives);
MF_AddNatives(pdata_natives);
MF_AddNatives(tr_Natives);
}
int GetHullBounds(int hullnumber, float *mins, float *maxs);
// sawce: Do not null out the forward for ServerActivate. It's required for the INDEXENT() fix. (I don't think ServerActivate is planned on being forwarded anyway)