mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-04-21 18:50:44 +00:00
Add autocompletion for "timedemo" command's demo name
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1372 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
2baee92202
commit
197127fc97
1 changed files with 2 additions and 1 deletions
|
@ -829,7 +829,8 @@ static const arg_completion_type_t arg_completion_types[] =
|
|||
{ "changelevel ", &extralevels },
|
||||
{ "game ", &modlist },
|
||||
{ "record ", &demolist },
|
||||
{ "playdemo ", &demolist }
|
||||
{ "playdemo ", &demolist },
|
||||
{ "timedemo ", &demolist }
|
||||
};
|
||||
|
||||
static const int num_arg_completion_types =
|
||||
|
|
Loading…
Reference in a new issue