Gibtonite now uses defines

This commit is contained in:
CitadelStationBot
2017-05-23 15:29:11 -05:00
parent 21b9e3a160
commit b8b879af45
2 changed files with 18 additions and 12 deletions
+6
View File
@@ -411,3 +411,9 @@ GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
#define NO_FIELD 0
#define FIELD_TURF 1
#define FIELD_EDGE 2
//gibtonite state defines
#define GIBTONITE_UNSTRUCK 0
#define GIBTONITE_ACTIVE 1
#define GIBTONITE_STABLE 2
#define GIBTONITE_DETONATE 3