mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
move airlock controller defines to the right place (#28841)
* move airlock controller defines to the right place * goddamnit
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
// Controller control states
|
||||
#define CONTROL_STATE_IDLE 0
|
||||
#define CONTROL_STATE_PREPARE 1
|
||||
#define CONTROL_STATE_DEPRESSURIZE 2
|
||||
#define CONTROL_STATE_PRESSURIZE 3
|
||||
|
||||
// Controller target states
|
||||
#define TARGET_NONE 0
|
||||
#define TARGET_INOPEN -1
|
||||
#define TARGET_OUTOPEN -2
|
||||
|
||||
// Button modes
|
||||
#define MODE_INTERIOR "int"
|
||||
#define MODE_EXTERIOR "ext"
|
||||
@@ -1,10 +0,0 @@
|
||||
|
||||
#undef CONTROL_STATE_IDLE
|
||||
#undef CONTROL_STATE_PREPARE
|
||||
#undef CONTROL_STATE_DEPRESSURIZE
|
||||
#undef CONTROL_STATE_PRESSURIZE
|
||||
#undef TARGET_NONE
|
||||
#undef TARGET_INOPEN
|
||||
#undef TARGET_OUTOPEN
|
||||
#undef MODE_INTERIOR
|
||||
#undef MODE_EXTERIOR
|
||||
Reference in New Issue
Block a user