Difference for server/c_wiz.c from version 1.88 to 1.89


version 1.88 version 1.89
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.88 2006/07/28 20:19:49 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.89 2006/08/10 16:47:00 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 643
 
Line 643
                     bp2 = cp+strlen(spell_name)+1;                      bp2 = cp+strlen(spell_name)+1;
                 else                  else
                     at_spell = NULL;                      at_spell = NULL;
             }              } else
                   at_spell = NULL;
         }          }
   
         /* OK - we didn't find a spell - presume the 'of'          /* OK - we didn't find a spell - presume the 'of'
Line 1062
 
Line 1063
         tmp->speed = 0;          tmp->speed = 0;
         update_ob_speed(tmp);          update_ob_speed(tmp);
     }      }
       if (!tmp->invisible && tmp->env && tmp->env->type == PLAYER)
           esrv_del_item(tmp->env->contr, tmp->count);
     remove_ob(tmp);      remove_ob(tmp);
     return 1;      return 1;
 }  }


Legend:
line(s) removed in v.1.88 
line(s) changed
 line(s) added in v.1.89

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