hl2sdk icon indicating copy to clipboard operation
hl2sdk copied to clipboard

64bit compile fix

Open bottiger1 opened this issue 9 months ago • 0 comments

change int to intptr_t

https://github.com/alliedmodders/hl2sdk/blob/78dab58646d5983c77af44c45a877b89196eb82c/public/networkvar.h#L25

#define MyOffsetOf( type, var ) ( (intptr_t)&((type*)0)->var )

bottiger1 avatar May 05 '24 00:05 bottiger1