mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-25 13:41:45 +00:00
43 lines
1.3 KiB
C
43 lines
1.3 KiB
C
//-----------------------------------------------------------------------------
|
|
//
|
|
// $Id$
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
//
|
|
// $Log$
|
|
// Revision 1.6 2002/06/16 20:06:14 jbravo
|
|
// Reindented all the source files with "indent -kr -ut -i8 -l120 -lc120 -sob -bad -bap"
|
|
//
|
|
// Revision 1.5 2002/04/01 02:56:50 jbravo
|
|
// Some sourcecode reformatting
|
|
//
|
|
// Revision 1.4 2002/01/11 19:48:30 jbravo
|
|
// Formatted the source in non DOS format.
|
|
//
|
|
// Revision 1.3 2001/12/31 16:28:42 jbravo
|
|
// I made a Booboo with the Log tag.
|
|
//
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
//===========================================================================
|
|
//
|
|
// Name: syn.h
|
|
// Function: synonyms
|
|
// Programmer: Mr Elusive
|
|
// Last update: -
|
|
// Tab Size: 4 (real tabs)
|
|
// Notes: -
|
|
//===========================================================================
|
|
|
|
#define CONTEXT_ALL 0xFFFFFFFF
|
|
#define CONTEXT_NORMAL 1
|
|
#define CONTEXT_NEARBYITEM 2
|
|
#define CONTEXT_CTFREDTEAM 4
|
|
#define CONTEXT_CTFBLUETEAM 8
|
|
#define CONTEXT_REPLY 16
|
|
#define CONTEXT_OBELISKREDTEAM 32
|
|
#define CONTEXT_OBELISKBLUETEAM 64
|
|
#define CONTEXT_HARVESTERREDTEAM 128
|
|
#define CONTEXT_HARVESTERBLUETEAM 256
|
|
|
|
#define CONTEXT_NAMES 1024
|