Difference for common/living.c from version 1.60 to 1.61


version 1.60 version 1.61
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_living_c =   * static char *rcsid_living_c =
  *   "$Id: living.c,v 1.60 2004/02/27 23:00:26 ryo_saeba Exp $";   *   "$Id: living.c,v 1.61 2004/03/26 21:59:26 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1744
 
Line 1744
 void change_exp(object *op, sint64 exp, char *skill_name, int flag) {  void change_exp(object *op, sint64 exp, char *skill_name, int flag) {
   
 #ifdef EXP_DEBUG  #ifdef EXP_DEBUG
     LOG(llevDebug,"chnage_exp() called for %s, exp = %lld\n",query_name(op),exp);   #ifndef WIN32
       LOG(llevDebug,"change_exp() called for %s, exp = %lld\n",query_name(op),exp);
   #else
       LOG(llevDebug,"change_exp() called for %s, exp = %I64d\n",query_name(op),exp);
   #endif
 #endif  #endif
   
     /* safety */      /* safety */
     if(!op) {       if(!op) {
  LOG(llevError,"add_exp() called for null object!\n");    LOG(llevError,"change_exp() called for null object!\n");
  return;    return;
     }      }
   


Legend:
line(s) removed in v.1.60 
line(s) changed
 line(s) added in v.1.61

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