mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- whitelisted openmenu
This commit is contained in:
parent
be8147406e
commit
d8aa53f5b1
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ static const char *MenuDefCommands[] =
|
|||
"fpuke",
|
||||
"pukename",
|
||||
"event",
|
||||
"netevent"
|
||||
"netevent",
|
||||
"openmenu"
|
||||
};
|
||||
|
||||
// CODE --------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue