it's not oddOriginally posted by MikeAThon
edit: I just remembered that the debug version sets "this" to something odd like 0xCDCDCDCD, so the check against NULL won't work.It's the debug CRT at work.
Code:static unsigned char _bCleanLandFill = 0xCD; /* fill new objects with this */




It's the debug CRT at work.
Reply With Quote