RE: [hlcoders] Problem with m_iClip being different on client and server

2001-11-14 Thread Yacketta, Ronald
12:13 AM To: [EMAIL PROTECTED] Subject: Re: [hlcoders] Problem with m_iClip being different on client and server Ronald wrote: > Nothing is being clobbered.. >The code is never compiled ;) > >#if 0 >Nothing is compiled in here. >#endif I realize that is not getting

Re: [hlcoders] Problem with m_iClip being different on client and server

2001-11-14 Thread Commando
Ronald wrote: > Nothing is being clobbered.. >The code is never compiled ;) > >#if 0 >Nothing is compiled in here. >#endif I realize that is not getting compiled, that is what worries me, because what is getting compiled is; #if 0 //.. #else m_iClip += 10; #endif Which is adding 10

RE: [hlcoders] Problem with m_iClip being different on client and server

2001-11-14 Thread Yacketta, Ronald
Nothing is being clobbered.. The code is never compiled ;) #if 0 Nothing is compiled in here. #endif -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Commando Sent: Wednesday, November 14, 2001 7:40 PM To: [EMAIL PROTECTED] Subject: [hlcoders] Probl