in in_win.c there is something like this :
int originalmouseparms[3], newmouseparms[3] = {0, 0, 1};
just change the it to:
int originalmouseparms[3], newmouseparms[3] = {0, 0, 0};
compile, and done :)
Thanks CuBall (joerib@yahoo.com)
Log in to post a comment.