--- deliantra/server/include/treasure.h 2018/12/05 19:03:27 1.36 +++ deliantra/server/include/treasure.h 2022/10/08 21:54:05 1.37 @@ -79,11 +79,11 @@ */ struct treasure : zero_initialised { - arch_ptr item; /* Which item this link can be */ + arch_ptr item; /* Which item this link can be */ shstr name; /* If non null, name of list to use instead */ - treasure *next; /* Next treasure-item in a linked list */ - treasure *next_yes; /* If this item was generated, use */ + treasure *next; /* Next treasure-item in a linked list */ + treasure *next_yes; /* If this item was generated, use */ /* this link instead of ->next */ treasure *next_no; /* If this item was not generated, */ /* then continue here */ @@ -92,7 +92,7 @@ /* If the entry is a list transition, * 'magic' contains the difficulty * required to go to the new list - */ + */ uint16 nrof; /* random 1 to nrof items are generated */ uint8 magic; /* Max magic bonus to item */