mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
This commit is contained in:
@@ -135,7 +135,7 @@ SUBSYSTEM_DEF(airflow)
|
||||
airflow_od = 0
|
||||
|
||||
if (!density)
|
||||
density = 1
|
||||
density = TRUE
|
||||
airflow_od = 1
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user