summaryrefslogtreecommitdiffstats
path: root/core/equipment.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/equipment.c')
-rw-r--r--core/equipment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/equipment.c b/core/equipment.c
index 05e71cee5..323bab3d8 100644
--- a/core/equipment.c
+++ b/core/equipment.c
@@ -127,7 +127,7 @@ void add_weightsystem_description(const weightsystem_t *weightsystem)
weightsystem_t clone_weightsystem(weightsystem_t ws)
{
- weightsystem_t res = { ws.weight, copy_string(ws.description) };
+ weightsystem_t res = { ws.weight, copy_string(ws.description), ws.auto_filled };
return res;
}