Difference for server/spell_effect.c from version 1.162 to 1.163


version 1.162 version 1.163
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.162 2006/08/21 05:40:49 qal21 Exp $";   *   "$Id: spell_effect.c,v 1.163 2006/09/03 14:00:56 ryo_saeba Exp $";
  */   */
   
   
Line 2386
 
Line 2386
                 if (!altar_arch) {                  if (!altar_arch) {
                     new_draw_info_format(NDI_UNIQUE, 0, op, "You fail to consecrate the altar.");                      new_draw_info_format(NDI_UNIQUE, 0, op, "You fail to consecrate the altar.");
                     LOG(llevError, "cast_consecrate: can't find altar %s for god %s", buf, god->name);                      LOG(llevError, "cast_consecrate: can't find altar %s for god %s", buf, god->name);
                     return;                      return 0;
                 }                  }
                 new_altar = arch_to_object(altar_arch);                  new_altar = arch_to_object(altar_arch);
                 new_altar->x = tmp->x;                  new_altar->x = tmp->x;


Legend:
line(s) removed in v.1.162 
line(s) changed
 line(s) added in v.1.163

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