diff options
Diffstat (limited to 'core/equipment.h')
-rw-r--r-- | core/equipment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/equipment.h b/core/equipment.h index 11d6f37c1..b62587447 100644 --- a/core/equipment.h +++ b/core/equipment.h @@ -33,6 +33,8 @@ typedef struct bool bestmix_he; } cylinder_t; +static const cylinder_t empty_cylinder = { { { 0 }, { 0 }, (const char *)0}, { { 0 }, { 0 } } , { 0 }, { 0 }, { 0 }, { 0 }, { 0 }, false, { 0 }, { 0 }, OC_GAS, false, false }; + /* Table of cylinders. Attention: this stores cylinders, * *not* pointers to cylinders. This has two crucial consequences: * 1) Pointers to cylinders are not stable. They may be |