[quake3-commits] r2259 - trunk/code/cgame

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jun 18 12:11:35 EDT 2012


Author: ztm
Date: 2012-06-18 12:11:35 -0400 (Mon, 18 Jun 2012)
New Revision: 2259

Modified:
   trunk/code/cgame/cg_consolecmds.c
Log:
add missing commands to autocompletition

found by Ensiform

Modified: trunk/code/cgame/cg_consolecmds.c
===================================================================
--- trunk/code/cgame/cg_consolecmds.c	2012-06-18 16:09:14 UTC (rev 2258)
+++ trunk/code/cgame/cg_consolecmds.c	2012-06-18 16:11:35 UTC (rev 2259)
@@ -563,8 +563,11 @@
 	trap_AddCommand ("god");
 	trap_AddCommand ("notarget");
 	trap_AddCommand ("noclip");
+	trap_AddCommand ("where");
 	trap_AddCommand ("team");
 	trap_AddCommand ("follow");
+	trap_AddCommand ("follownext");
+	trap_AddCommand ("followprev");
 	trap_AddCommand ("levelshot");
 	trap_AddCommand ("addbot");
 	trap_AddCommand ("setviewpos");



More information about the quake3-commits mailing list