Difference for server/spell_attack.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.17 2005/01/07 21:23:59 ryo_saeba Exp $";   *   "$Id: spell_attack.c,v 1.18 2005/03/06 20:38:55 akirschbaum Exp $";
  */   */
   
   
Line 53
 
Line 53
  int frictionmod=2; /*poor man's physics - multipy targets weight by this amount */   int frictionmod=2; /*poor man's physics - multipy targets weight by this amount */
   
  if(! op->weight) { /*shouldn't happen but if cone object has no weight drop out*/   if(! op->weight) { /*shouldn't happen but if cone object has no weight drop out*/
  /*LOG (llevDebug, "DEBUG: arch weighs nothing");*/   /*LOG (llevDebug, "DEBUG: arch weighs nothing\n");*/
  return;   return;
  }else{   }else{
     weight_move = op->weight +(op->weight * op->level) / 3;      weight_move = op->weight +(op->weight * op->level) / 3;


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

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