Difference for server/apply.c from version 1.82 to 1.83


version 1.82 version 1.83
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_apply_c =   * static char *rcsid_apply_c =
  *   "$Id: apply.c,v 1.82 2003/05/24 04:51:12 mwedel Exp $";   *   "$Id: apply.c,v 1.83 2003/06/19 06:52:49 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 3233
 
Line 3233
    tmp->speed = 0;     tmp->speed = 0;
    update_ob_speed(tmp);     update_ob_speed(tmp);
  }   }
         if(tmp && tmp->arch && tmp->type!=PLAYER && tmp->type!=TREASURE &&          else if(tmp && tmp->arch && tmp->type!=PLAYER && tmp->type!=TREASURE &&
    tmp->randomitems)     tmp->randomitems)
             create_treasure(tmp->randomitems, tmp, GT_APPLY,              create_treasure(tmp->randomitems, tmp, GT_APPLY,
                             m->difficulty,0);                              m->difficulty,0);


Legend:
line(s) removed in v.1.82 
line(s) changed
 line(s) added in v.1.83

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