Difference for server/spell_attack.c from version 1.27 to 1.28


version 1.27 version 1.28
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.27 2005/11/16 08:16:09 mwedel Exp $";   *   "$Id: spell_attack.c,v 1.28 2005/11/30 21:16:07 akirschbaum Exp $";
  */   */
   
   
Line 505
 
Line 505
 }  }
   
   
 /* move_fired_arch: This should really be called move_bullet,  /* Basically, we move 'op' one square, and if it hits something,
  * because it is only really applicable to bullets, and not   * call check_bullet.
  * all fired arches (eg, bolts).   * This function is only applicable to bullets, but not to all
  * Basically, we move 'op' one square, and if it hits something,   * fired arches (eg, bolts).
  * call check_fired_arch  
  */   */
   
 void move_bullet(object *op)  void move_bullet(object *op)


Legend:
line(s) removed in v.1.27 
line(s) changed
 line(s) added in v.1.28

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