summaryrefslogtreecommitdiff
path: root/src/cgame/cg_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r--src/cgame/cg_event.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index 822b8d1e..61a3abe0 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -506,6 +506,14 @@ void CG_Menu( int eventParm )
trap_SendConsoleCommand( "menu hnoslots\n" );
break;
+ case MN_H_NOFUNDS:
+ trap_SendConsoleCommand( "menu hnofunds\n" );
+ break;
+
+ case MN_H_ITEMHELD:
+ trap_SendConsoleCommand( "menu hitemheld\n" );
+ break;
+
case MN_D_INFEST:
trap_SendConsoleCommand( "menu dinfest\n" );
break;