slightly more sane message.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@994 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-05-08 05:57:47 +00:00
parent a719bc1cf2
commit 47d159933d

View file

@ -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;