|
|
@ -4,10 +4,11 @@ |
|
|
|
//
|
|
|
|
//
|
|
|
|
// $NoKeywords: $
|
|
|
|
// $NoKeywords: $
|
|
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
//=========================================================
|
|
|
|
//=========================================================
|
|
|
|
// squad.h
|
|
|
|
// squad.h
|
|
|
|
//=========================================================
|
|
|
|
//=========================================================
|
|
|
|
|
|
|
|
#ifndef SQUAD_H |
|
|
|
|
|
|
|
#define SQUAD_H |
|
|
|
|
|
|
|
|
|
|
|
// these are special group roles that are assigned to members when the group is formed.
|
|
|
|
// these are special group roles that are assigned to members when the group is formed.
|
|
|
|
// the reason these are explicitly assigned and tasks like throwing grenades to flush out
|
|
|
|
// the reason these are explicitly assigned and tasks like throwing grenades to flush out
|
|
|
@ -19,3 +20,4 @@ |
|
|
|
#define bits_SQUAD_FLANK_RIGHT ( 1 << 1 ) |
|
|
|
#define bits_SQUAD_FLANK_RIGHT ( 1 << 1 ) |
|
|
|
#define bits_SQUAD_ADVANCE ( 1 << 2 ) |
|
|
|
#define bits_SQUAD_ADVANCE ( 1 << 2 ) |
|
|
|
#define bits_SQUAD_FLUSH_ATTACK ( 1 << 3 ) |
|
|
|
#define bits_SQUAD_FLUSH_ATTACK ( 1 << 3 ) |
|
|
|
|
|
|
|
#endif // SQUAD_H
|
|
|
|