mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
report the type number of the bad type for temp ents
This commit is contained in:
parent
d27cd9cc21
commit
748dc49218
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ CL_ParseTEnt (void)
|
|||
break;
|
||||
|
||||
default:
|
||||
Sys_Error ("CL_ParseTEnt: bad type");
|
||||
Sys_Error ("CL_ParseTEnt: bad type %d", type);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue