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 687e794a5..2711d7703 100644 --- a/core/equipment.h +++ b/core/equipment.h @@ -50,6 +50,8 @@ typedef struct const char *description; /* "integrated", "belt", "ankle" */ } weightsystem_t; +static const weightsystem_t empty_weightsystem = { { 0 }, 0 }; + /* Table of weightsystems. Attention: this stores weightsystems, * *not* pointers * to weightsystems. This has two crucial * consequences: |