mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
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:
parent
a719bc1cf2
commit
47d159933d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue