From f005b5bfd023d7b48db25d0520a3aa241cd4ba71 Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 26 Oct 2004 15:32:27 +0000 Subject: [PATCH] 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 --- engine/client/cl_ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/client/cl_ui.c b/engine/client/cl_ui.c index bab7dc720..477bd6f3e 100644 --- a/engine/client/cl_ui.c +++ b/engine/client/cl_ui.c @@ -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);