mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-02-23 20:31:09 +00:00
8 lines
273 B
C
8 lines
273 B
C
#define MAX_SAGA_INFO_SIZE 8192 //128000
|
|
|
|
#define SAGATEAM_IMPERIAL 1 //e.g. TEAM_RED
|
|
#define SAGATEAM_REBEL 2 //e.g. TEAM_BLUE
|
|
|
|
#define SAGA_POINTS_OBJECTIVECOMPLETED 3
|
|
#define SAGA_POINTS_FINALOBJECTIVECOMPLETED 5
|
|
#define SAGA_POINTS_TEAMWONROUND 5
|