mirror of
https://github.com/yquake2/zaero.git
synced 2024-11-21 19:41:07 +00:00
Oops... forgot the header. Sorry!
This commit is contained in:
parent
afc3c22b84
commit
72c6681746
1 changed files with 7 additions and 0 deletions
|
@ -555,6 +555,13 @@ extern int body_armor_index;
|
|||
#define MOD_GL_POLYBLEND 40
|
||||
#define MOD_FRIENDLY_FIRE 0x8000000
|
||||
|
||||
/* Easier handling of AI skill levels */
|
||||
#define SKILL_EASY 0
|
||||
#define SKILL_MEDIUM 1
|
||||
#define SKILL_HARD 2
|
||||
#define SKILL_HARDPLUS 3
|
||||
|
||||
|
||||
extern int meansOfDeath;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue