diff options
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 ); } /* |