Difference for server/shop.c from version 1.32 to 1.33


version 1.32 version 1.33
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_shop_c =   * static char *rcsid_shop_c =
  *   "$Id: shop.c,v 1.32 2004/08/24 19:43:59 akirschbaum Exp $";   *   "$Id: shop.c,v 1.33 2005/01/07 12:00:01 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 336
 
Line 336
  * pay_from_container function.   * pay_from_container function.
  * returns 0 if not possible. 1 if success   * returns 0 if not possible. 1 if success
  */   */
 int pay_for_amount(int to_pay,object *pl) {  int pay_for_amount(uint64 to_pay,object *pl) {
     object *pouch;      object *pouch;
   
     if (to_pay==0) return 1;      if (to_pay==0) return 1;


Legend:
line(s) removed in v.1.32 
line(s) changed
 line(s) added in v.1.33

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