don't try loading q3 ui vm anymore.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@372 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-10-26 15:32:27 +00:00
parent 9982c2d9f9
commit f005b5bfd0
1 changed files with 2 additions and 2 deletions

View File

@ -1278,8 +1278,8 @@ void UI_Start (void)
return;
uivm = VM_Create(NULL, "vm/qwui", UI_SystemCalls, UI_SystemCallsEx);
if (!uivm)
uivm = VM_Create(NULL, "vm/ui", UI_SystemCalls, UI_SystemCallsEx);
// if (!uivm) //broken currently, I believe.
// uivm = VM_Create(NULL, "vm/ui", UI_SystemCalls, UI_SystemCallsEx);
if (uivm)
{
apiversion = VM_Call(uivm, UI_GETAPIVERSION, UI_API_VERSION);