Re: Compiled SDK, now Half-Life is crashing -
13-01-2004
I guess no one understood what I was saying. Let me explain this again.
I downloaded 2.3 and modified it so it would compile. I put &classname:: where I needed to (setuse, setthink, settouch, setmovedone), and I also moved some declarations out of loops (instead of for (int i=0, i<30, i++), I took int i out of the function and made it (i=0, i<30, i++)). In a couple of files I added #include <ctype.h>. However, I also have the problem when I downloaded 2.2 from botman's site and patched it with the patcher. I am sure it patched right. I did not make ANY modifications after that, because I need to make sure it works before I do.
Last edited by sfx1999; 13-01-2004 at 02:35..
|