Fixed parameter type in FN_PvAllocEntPrivateData (from long to int32)

This commit is contained in:
Johnny Bergström 2004-10-01 08:52:25 +00:00
parent bbe2626fd1
commit 5a5ff6d8ea

View File

@ -929,7 +929,7 @@ void FN_EngineFprintf(FILE *pfile, char *szFmt, ...);
#endif // FN_EngineFprintf
#ifdef FN_PvAllocEntPrivateData
void *FN_PvAllocEntPrivateData(edict_t *pEdict, long cb);
void *FN_PvAllocEntPrivateData(edict_t *pEdict, int32 cb);
#endif // FN_PvAllocEntPrivateData
#ifdef FN_PvEntPrivateData