Difference for server/shop.c from version 1.20 to 1.21


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shop_c =   * static char *rcsid_shop_c =
  *   "$Id: shop.c,v 1.20 2003/01/26 06:00:29 garbled Exp $";   *   "$Id: shop.c,v 1.21 2003/01/28 23:43:46 garbled Exp $";
  */   */
   
 /*  /*
Line 837
 
Line 837
  else   else
      spd->title = NULL;       spd->title = NULL;
     }      }
       if (nrof == 0)
    nrof++;
     if (flag == F_SELL)      if (flag == F_SELL)
  spd->sold += nrof;   spd->sold += nrof;
     else      else


Legend:
line(s) removed in v.1.20 
line(s) changed
 line(s) added in v.1.21

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:44