various small bugfixes, mvd+voip should work again, qcjit changes, towards usability.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3700 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2010-12-18 17:02:47 +00:00
parent 610e66b431
commit 4505f7321b
34 changed files with 1102 additions and 1097 deletions

View file

@ -41,7 +41,7 @@ qboolean PR_KrimzonParseCommand(char *s);
qboolean PR_UserCmd(char *cmd);
qboolean PR_ConsoleCmd(void);
void PR_RunThreads(void);
void PRSV_RunThreads(void);
#define PR_MAINPROGS 0 //this is a constant that should really be phased out. But seeing as QCLIB requires some sort of master progs due to extern funcs...