engine: common: enable autocomplete for mp3 command
This commit is contained in:
parent
398cec626e
commit
cacfff008f
1 changed files with 1 additions and 0 deletions
|
@ -1029,6 +1029,7 @@ autocomplete_list_t cmd_list[] =
|
||||||
{ "play", 1, Cmd_GetSoundList },
|
{ "play", 1, Cmd_GetSoundList },
|
||||||
{ "map", 1, Cmd_GetMapList },
|
{ "map", 1, Cmd_GetMapList },
|
||||||
{ "cd", 1, Cmd_GetCDList },
|
{ "cd", 1, Cmd_GetCDList },
|
||||||
|
{ "mp3", 1, Cmd_GetCDList },
|
||||||
{ NULL }, // termiantor
|
{ NULL }, // termiantor
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue