00001 /* 00002 =========================================================================== 00003 Copyright (C) 1999-2005 Id Software, Inc. 00004 00005 This file is part of Quake III Arena source code. 00006 00007 Quake III Arena source code is free software; you can redistribute it 00008 and/or modify it under the terms of the GNU General Public License as 00009 published by the Free Software Foundation; either version 2 of the License, 00010 or (at your option) any later version. 00011 00012 Quake III Arena source code is distributed in the hope that it will be 00013 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 GNU General Public License for more details. 00016 00017 You should have received a copy of the GNU General Public License 00018 along with Foobar; if not, write to the Free Software 00019 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 00020 =========================================================================== 00021 */ 00022 00023 #define CONTEXT_ALL 0xFFFFFFFF 00024 #define CONTEXT_NORMAL 1 00025 #define CONTEXT_NEARBYITEM 2 00026 #define CONTEXT_CTFREDTEAM 4 00027 #define CONTEXT_CTFBLUETEAM 8 00028 #define CONTEXT_REPLY 16 00029 #define CONTEXT_OBELISKREDTEAM 32 00030 #define CONTEXT_OBELISKBLUETEAM 64 00031 #define CONTEXT_HARVESTERREDTEAM 128 00032 #define CONTEXT_HARVESTERBLUETEAM 256 00033 00034 #define CONTEXT_NAMES 1024
1.3.9.1