diff options
author | Michael Levin <risujin@fastmail.fm> | 2009-10-03 11:16:05 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:14:48 +0000 |
commit | 181f6a9939ddddfc765114319fa14c74f316dd09 (patch) | |
tree | 0dd20c67eb3ec9e2d57dc9e96190cc1597a38d79 /src/game | |
parent | 5399133ec251b57770a9adf2010af5547b9af16a (diff) |
* Menus_CloseAll() now takes one argument -- force. This argument determines whether to close all menus or ignore menus that don't respond to CloseAll (via the new dontCloseAll MENU_TRUE attribute).
* ui_messagemode2222 and the like won't activate the teamsay menu
* Say menu will no longer close when the player dies
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index f71fa34d..a6e73d6a 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -2831,6 +2831,7 @@ Cmd_Test_f */ void Cmd_Test_f( gentity_t *ent ) { + G_CloseMenus( ent - g_entities ); } /* |