summaryrefslogtreecommitdiff
path: root/src/cgame/cg_event.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-03-25 03:36:54 +0000
committerTim Angus <tim@ngus.net>2001-03-25 03:36:54 +0000
commit4175b6fe6299001b2251a9a3ebff4b5200710bcf (patch)
treede25a485489aecf001f456fd2b9a9f86600982df /src/cgame/cg_event.c
parent451524a98b307c472e7910a0f9941743bf36ee8c (diff)
Power buildables more or less complete
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r--src/cgame/cg_event.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c
index 94c3498d..9d0c9052 100644
--- a/src/cgame/cg_event.c
+++ b/src/cgame/cg_event.c
@@ -462,6 +462,10 @@ void CG_Menu( int eventParm )
trap_SendConsoleCommand( "menu hreactor\n" );
break;
+ case MN_MCUPOWER:
+ trap_SendConsoleCommand( "menu hmcupower\n" );
+ break;
+
case MN_INFEST:
strcpy( menuDef, "5,5|Infest|0.8,0,0.8,1|0.6,0,0.6,0.8|1,0,1,1|1|16|" );
for( i = PCL_NONE + 1; i < PCL_NUM_CLASSES; i++ )