mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Convert some bools to TRUE/FALSE instead of 1/0.
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