--- deliantra/server/include/treasure.h 2006/08/31 17:54:14 1.3 +++ deliantra/server/include/treasure.h 2006/09/03 00:18:41 1.4 @@ -84,7 +84,8 @@ * is generated (from a generator) */ -typedef struct treasurestruct { +typedef struct treasurestruct : zero_initialised +{ struct archt *item; /* Which item this link can be */ shstr name; /* If non null, name of list to use instead */ @@ -104,7 +105,8 @@ } treasure; -typedef struct treasureliststruct { +typedef struct treasureliststruct : zero_initialised +{ shstr name; /* Usually monster-name/combination */ sint16 total_chance; /* If non-zero, only 1 item on this * list should be generated. The