mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
Make edicts command support a search string, so it only prints edicts
with matching classnames. Makes it easy to print out the type you want for debugging :)
This commit is contained in:
parent
00d409e80c
commit
a771b5bd6c
6 changed files with 23 additions and 11 deletions
|
@ -90,7 +90,7 @@ prune_edict (progs_t *pr, edict_t *ent)
|
|||
void
|
||||
ED_PrintEdicts_f (void)
|
||||
{
|
||||
ED_PrintEdicts (&sv_pr_state);
|
||||
ED_PrintEdicts (&sv_pr_state, Cmd_Argv (1));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue