git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1638 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-11-30 05:05:50 +00:00
parent 61ea1d4429
commit e13c3d5e07
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ void VM_PrintInfo(vm_t *vm)
qvm_t *qvm;
if(!vm->name[0]) return;
Con_Printf("%s (%i): ", vm->name, (int)vm->hInst);
Con_Printf("%s (%p): ", vm->name, (int)vm->hInst);
switch(vm->type)
{