--- deliantra/server/common/treasure.C 2006/09/05 17:58:11 1.13 +++ deliantra/server/common/treasure.C 2006/09/07 09:37:12 1.14 @@ -1,7 +1,7 @@ /* * static char *rcs_treasure_c = - * "$Id: treasure.C,v 1.13 2006/09/05 17:58:11 root Exp $"; + * "$Id: treasure.C,v 1.14 2006/09/07 09:37:12 pippijn Exp $"; */ /* @@ -528,7 +528,7 @@ int level_for_item (const object * op, int difficulty) { - int mult = 0, olevel = 0; + int olevel = 0; if (!op->inv) { @@ -1327,7 +1327,7 @@ char filename[MAX_BUF], buf[HUGE_BUF], *cp, *next; artifact *art = NULL; linked_char *tmp; - int value, comp; + int value; artifactlist *al; if (has_been_inited) @@ -1430,7 +1430,7 @@ void add_abilities (object * op, object * change) { - int i, j, tmp; + int i, tmp; if (change->face != blank_face) {