mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fixup gaschange events.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
0a27f124fd
commit
b51ece8de0
2 changed files with 36 additions and 18 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue