Adds comments to defines (#26463)

This commit is contained in:
DGamerL
2024-08-14 08:52:32 +02:00
committed by GitHub
parent dd2a129a4f
commit ef2b3cdf93
+4 -4
View File
@@ -152,10 +152,10 @@
#define N2O_DECOMPOSITION_MIN_ENERGY 1400
#define N2O_DECOMPOSITION_ENERGY_RELEASED 200000
// From milla/src/lib.rs
#define ATMOS_MODE_SPACE 0
#define ATMOS_MODE_SEALED 1
#define ATMOS_MODE_EXPOSED_TO_ENVIRONMENT 2
// From milla/src/model.rs, line 126
#define ATMOS_MODE_SPACE 0 //! Tile is exposed to space and loses air every second
#define ATMOS_MODE_SEALED 1 //! Tile has no special behaviour
#define ATMOS_MODE_EXPOSED_TO_ENVIRONMENT 2 //! Tile is exposed to the environment, ex: lavaland
/// Lavaland environment: hot, low pressure.
#define ENVIRONMENT_LAVALAND "lavaland"