Oops... forgot the header. Sorry!

This commit is contained in:
NeonKnightOA 2020-01-29 14:14:27 -03:00
parent afc3c22b84
commit 72c6681746

View file

@ -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;