-- [ Picked text/plain from multipart/alternative ] Anyone know what this is in the code for?
#ifdef _DEBUG
memset( pMemory, 0xDD, sizeof(T) );
#endif
It's in different spots throughout the code, one example is in platform.h in
the inline void Destruct( T* pMemory ) method.
Thanks.
--
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

