proxy:menu enter is now supported...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2429 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c3dc9b0b8a
commit
0235f1018b
1 changed files with 4 additions and 0 deletions
|
@ -2386,6 +2386,10 @@ void QTV_Say(cluster_t *cluster, sv_t *qtv, viewer_t *v, char *message, qboolean
|
|||
{
|
||||
v->menuop += 1;
|
||||
}
|
||||
else if (!strncmp(message, "proxy:menu enter", 16))
|
||||
{
|
||||
Menu_Enter(cluster, v, 1);
|
||||
}
|
||||
else if (!strncmp(message, "proxy:menu right", 16))
|
||||
{
|
||||
Menu_Enter(cluster, v, 1);
|
||||
|
|
Loading…
Reference in a new issue