<SOLVED?>Choppy Movement on Ubuntu 10.04LTS
#7
hrmmmmmmmm My search through the code made me raise an eyebrow at this:
#ifndef STANDALONE
                            case ARG_DOWN: ((void (__cdecl *)(bool))id->fun)(addreleaseaction(id->name)!=NULL); break;
#endif
("ARG_DOWN" is the condition on which movement commands are based, meaning a key must be pressed in order to execute the command.)

What is "STANDALONE"?
Thanks given by:


Messages In This Thread
RE: Choppy Movement on Ubuntu 10.04LTS - by V-Man - 14 Mar 11, 11:51PM