Difference for server/spell_effect.c from version 1.75 to 1.76


version 1.75 version 1.76
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.75 2002/08/26 07:14:11 mwedel Exp $";   *   "$Id: spell_effect.c,v 1.76 2002/10/03 07:07:44 mwedel Exp $";
  */   */
   
   
Line 3195
 
Line 3195
   
   if(op->type==PLAYER) {    if(op->type==PLAYER) {
     op->contr->golem=tmp;      op->contr->golem=tmp;
       op->contr->golem_count = tmp->count;
     /* give the player control of the golem */      /* give the player control of the golem */
     op->contr->shoottype=range_golem;      op->contr->shoottype=range_golem;
   }     }


Legend:
line(s) removed in v.1.75 
line(s) changed
 line(s) added in v.1.76

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