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;