move airlock controller defines to the right place (#28841)

* move airlock controller defines to the right place

* goddamnit
This commit is contained in:
warriorstar-orion
2025-04-03 10:26:14 -04:00
committed by GitHub
parent 8cc5327713
commit daeba18121
3 changed files with 4 additions and 15 deletions
@@ -1,14 +1,14 @@
// Controller control states
// Airlock 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
// Airlock controller target states
#define TARGET_NONE 0
#define TARGET_INOPEN -1
#define TARGET_OUTOPEN -2
// Button modes
// Airlock controller 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
+1 -2
View File
@@ -32,6 +32,7 @@
#include "code\__DEFINES\action_button_defines.dm"
#include "code\__DEFINES\action_defines.dm"
#include "code\__DEFINES\admin_defines.dm"
#include "code\__DEFINES\airlock_control_defines.dm"
#include "code\__DEFINES\announce_defines.dm"
#include "code\__DEFINES\antag_defines.dm"
#include "code\__DEFINES\apc_defines.dm"
@@ -935,10 +936,8 @@
#include "code\game\machinery\turret_control.dm"
#include "code\game\machinery\wall_holosign.dm"
#include "code\game\machinery\washing_machine.dm"
#include "code\game\machinery\airlock_control\_airlock_control_defines.dm"
#include "code\game\machinery\airlock_control\airlock_button.dm"
#include "code\game\machinery\airlock_control\airlock_controllers.dm"
#include "code\game\machinery\airlock_control\z_airlock_undef.dm"
#include "code\game\machinery\camera\camera.dm"
#include "code\game\machinery\camera\camera_assembly.dm"
#include "code\game\machinery\camera\camera_presets.dm"