summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 9d307a09..10680949 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -2209,6 +2209,10 @@ void Cmd_Build_f( gentity_t *ent )
case IBE_NOCREEP:
G_AddPredictableEvent( ent, EV_MENU, MN_A_NOCREEP );
break;
+
+ case IBE_NODCC:
+ G_AddPredictableEvent( ent, EV_MENU, MN_H_NODCC );
+ break;
}
}
else