--- deliantra/server/include/map.h 2006/09/03 00:18:41 1.17 +++ deliantra/server/include/map.h 2006/09/08 12:56:43 1.18 @@ -262,9 +262,10 @@ }; -struct shopitems { - const char *name; /* name of the item in question, null if it is the default item */ - const char *name_pl; /* plural name */ +struct shopitems : zero_initialised +{ + const char *name; /* name of the item in question, null if it is the default item */ + const char *name_pl; /* plural name */ int typenum; /* itemtype number we need to match 0 if it is the default price*/ sint8 strength; /* the degree of specialisation the shop has in this item, * as a percentage from -100 to 100 */