Fixup gaschange events.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2024-09-30 01:30:30 +13:00
parent 0a27f124fd
commit b51ece8de0
2 changed files with 36 additions and 18 deletions

View file

@ -27,7 +27,7 @@ cylinder_t::~cylinder_t() = default;
static cylinder_t make_surface_air_cylinder()
{
cylinder_t res;
res.cylinder_use = NOT_USED;
res.cylinder_use = OC_GAS;
return res;
}
static const cylinder_t surface_air_cylinder = make_surface_air_cylinder();