[quake3-commits] r1796 - trunk/code/game

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 1 07:50:09 EDT 2010


Author: thilo
Date: 2010-09-01 07:50:09 -0400 (Wed, 01 Sep 2010)
New Revision: 1796

Modified:
   trunk/code/game/bg_public.h
Log:
Followup to #4733


Modified: trunk/code/game/bg_public.h
===================================================================
--- trunk/code/game/bg_public.h	2010-09-01 11:43:19 UTC (rev 1795)
+++ trunk/code/game/bg_public.h	2010-09-01 11:50:09 UTC (rev 1796)
@@ -103,10 +103,10 @@
 
 	GT_TEAM,			// team deathmatch
 	GT_CTF,				// capture the flag
+	GT_MAX_GAME_TYPE,		// other gametypes haven't been implemented.
 	GT_1FCTF,
 	GT_OBELISK,
-	GT_HARVESTER,
-	GT_MAX_GAME_TYPE
+	GT_HARVESTER
 } gametype_t;
 
 typedef enum { GENDER_MALE, GENDER_FEMALE, GENDER_NEUTER } gender_t;



More information about the quake3-commits mailing list