Difference for server/attack.c from version 1.106 to 1.107


version 1.106 version 1.107
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_c =   * static char *rcsid_attack_c =
  *   "$Id: attack.c,v 1.106 2005/04/15 00:41:34 cavesomething Exp $";   *   "$Id: attack.c,v 1.107 2005/07/19 20:59:34 ryo_saeba Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1999
 
Line 1999
          
     tmp = present_in_ob_by_name(FORCE,"confusion", op);      tmp = present_in_ob_by_name(FORCE,"confusion", op);
     if(!tmp) {      if(!tmp) {
  tmp = get_archetype("force");   tmp = get_archetype(FORCE_NAME);
  tmp = insert_ob_in_ob(tmp,op);   tmp = insert_ob_in_ob(tmp,op);
     }      }
          


Legend:
line(s) removed in v.1.106 
line(s) changed
 line(s) added in v.1.107

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