From 47d159933d56d0935d0e26be2959167c0237d65d Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 8 May 2005 05:57:47 +0000 Subject: [PATCH] slightly more sane message. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@994 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/cl_ui.c b/engine/client/cl_ui.c index fd83dcec3..984db0b2b 100644 --- a/engine/client/cl_ui.c +++ b/engine/client/cl_ui.c @@ -1329,7 +1329,7 @@ void UI_Start (void) keycatcher = 0; else if (apiversion != 4) //make sure we can run the thing { - Con_Print("VM uses incompatable API version\n"); + Con_Printf("User-Interface VM uses incompatable API version (%i)\n", apiversion); VM_Destroy(uivm); VMUI_fcloseall(0); uivm = NULL;