engine: console: add missing hpk commands autocomplete

This commit is contained in:
Alibek Omarov 2019-07-09 15:23:55 +03:00
parent 364c96f45c
commit 7dda1c28f4
1 changed files with 2 additions and 0 deletions

View File

@ -981,6 +981,8 @@ autocomplete_list_t cmd_list[] =
{ "timedemo", 1, Cmd_GetDemoList, },
{ "playvol", 1, Cmd_GetSoundList },
{ "hpkval", 1, Cmd_GetCustomList },
{ "hpklist", 1, Cmd_GetCustomList },
{ "hpkextract", 1, Cmd_GetCustomList },
{ "entpatch", 1, Cmd_GetMapList },
{ "music", 1, Cmd_GetMusicList, },
{ "movie", 1, Cmd_GetMovieList },