mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Allows controller to select skin in menu
This commit is contained in:
parent
b96734b9ee
commit
7ca0ba4c11
1 changed files with 1 additions and 0 deletions
|
@ -5849,6 +5849,7 @@ PlayerConfig_MenuDraw(void)
|
|||
static const char *
|
||||
PlayerConfig_MenuKey(int key)
|
||||
{
|
||||
key = Key_GetMenuKey(key);
|
||||
if (key == K_ESCAPE)
|
||||
{
|
||||
char skin[MAX_QPATH];
|
||||
|
|
Loading…
Reference in a new issue