diff options
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index cbd1aeb6..44b135bb 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -321,6 +321,7 @@ void CG_InitConsoleCommands( void ) trap_AddCommand( "ui_menu" ); trap_AddCommand( "mapRotation" ); trap_AddCommand( "stopMapRotation" ); + trap_AddCommand( "advanceMapRotation" ); trap_AddCommand( "alienWin" ); trap_AddCommand( "humanWin" ); } |