It should be a 32-bit int (int32 is a define we use ever since we did the 64-bit AMD port).
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brian A. Stumm > Sent: Monday, March 29, 2004 11:07 PM > To: [EMAIL PROTECTED] > Subject: [hlcoders] Alfreds Metamod Fix, updated_eiface and > metamod_1.17_diff > > > In reference to: > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg06533.html > > metamod_1.17_diff says: > > -void *mm_PvAllocEntPrivateData(edict_t *pEdict, long cb) { > +void *mm_PvAllocEntPrivateData(edict_t *pEdict, int cb) { > META_ENGINE_HANDLE(void *, NULL, FN_PVALLOCENTPRIVATEDATA, > pfnPvAllocEntPrivateData, (pEdict, cb)); > RETURN_API() > } > > but > > yet eiface from the updated_eiface file has: > > void* (*pfnPvAllocEntPrivateData) (edict_t > *pEdict, int32 > cb); > > > Alfred can I just get a copy of your engine_api.cpp and > engine_api.h files > for metamod please? > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list > archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

