Cleaned up environment_smash vars with bitflag defines (#30154)

* Switched to bitflags

* CB's change.

* fixed

* i can spell i swear

* cb2
This commit is contained in:
ShizCalev
2017-08-27 12:49:58 +02:00
committed by AnturK
parent 14e63ffd8c
commit 7056b38410
8 changed files with 12 additions and 14 deletions
+4 -6
View File
@@ -97,13 +97,11 @@
#define AI_IDLE 2
#define AI_OFF 3
//determines if a mob can smash through it
#define ENVIRONMENT_SMASH_NONE 0
#define ENVIRONMENT_SMASH_STRUCTURES 1
#define ENVIRONMENT_SMASH_WALLS 2
#define ENVIRONMENT_SMASH_RWALLS 3
#define ENVIRONMENT_SMASH_STRUCTURES 1 //crates, lockers, ect
#define ENVIRONMENT_SMASH_WALLS 2 //walls
#define ENVIRONMENT_SMASH_RWALLS 4 //rwalls
//SNPCs