From c60908dce88434be260a07a804c8985c763ed7f8 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 19 Jan 2004 19:21:19 +0000 Subject: * Forced a weapon change when buying a weapon * Implemented dynamic stage boundaries * A shedload of balance tweaks * Inevitably other stuff that I've forgotten whilst SF CVS has been down --- src/cgame/cg_consolecmds.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cgame/cg_consolecmds.c') diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 5120be94..80cd1293 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -291,4 +291,6 @@ void CG_InitConsoleCommands( void ) trap_AddCommand( "ui_menu" ); trap_AddCommand( "mapRotation" ); trap_AddCommand( "stopMapRotation" ); + trap_AddCommand( "alienWin" ); + trap_AddCommand( "humanWin" ); } -- cgit