Difference for server/c_move.c from version 1.4 to 1.5


version 1.4 version 1.5
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_move_c =   * static char *rcsid_c_move_c =
  *   "$Id: c_move.c,v 1.4 2002/03/20 06:27:46 mwedel Exp $";   *   "$Id: c_move.c,v 1.5 2002/12/03 07:40:17 mwedel Exp $";
  */   */
   
 /*  /*
Line 114
 
Line 114
    if(!change_skill(op,SK_FIND_TRAPS))     if(!change_skill(op,SK_FIND_TRAPS))
         return 0;          return 0;
    else {     else {
         int success = do_skill(op,0,NULL);          int success = do_skill(op,op,0,NULL);
         return success;          return success;
    }     }
 }  }
Line 123
 
Line 123
    if(!change_skill(op,SK_REMOVE_TRAP))      if(!change_skill(op,SK_REMOVE_TRAP))
         return 0;          return 0;
    else {     else {
         int success = do_skill(op,0,NULL);           int success = do_skill(op,op,0,NULL);
         return success;          return success;
    }     }
 }  }


Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5

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