mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-10 04:31:16 +00: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 },
|
{ "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…
x
Reference in New Issue
Block a user