Difference for server/spell_effect.c from version 1.125 to 1.126


version 1.125 version 1.126
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.125 2005/02/27 18:05:45 majorwoo Exp $";   *   "$Id: spell_effect.c,v 1.126 2005/03/06 20:38:55 akirschbaum Exp $";
  */   */
   
   
Line 787
 
Line 787
  }   }
  /* Prevent inifinit recursion */   /* Prevent inifinit recursion */
  if (newspell->subtype == SP_WONDER) {   if (newspell->subtype == SP_WONDER) {
      LOG(llevError,"cast_wonder: spell returned is another wonder spell!");       LOG(llevError,"cast_wonder: spell returned is another wonder spell!\n");
      return 0;       return 0;
  }   }
  return cast_spell(op,caster,dir,newspell, NULL);   return cast_spell(op,caster,dir,newspell, NULL);


Legend:
line(s) removed in v.1.125 
line(s) changed
 line(s) added in v.1.126

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