mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-28 04:51:25 +01:00
engine: common: enable autocomplete for mp3 command
This commit is contained in:
parent
398cec626e
commit
cacfff008f
@ -1029,6 +1029,7 @@ autocomplete_list_t cmd_list[] =
|
||||
{ "play", 1, Cmd_GetSoundList },
|
||||
{ "map", 1, Cmd_GetMapList },
|
||||
{ "cd", 1, Cmd_GetCDList },
|
||||
{ "mp3", 1, Cmd_GetCDList },
|
||||
{ NULL }, // termiantor
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user