Difference for server/spell_effect.c from version 1.139 to 1.140


version 1.139 version 1.140
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.139 2005/09/27 17:48:40 akirschbaum Exp $";   *   "$Id: spell_effect.c,v 1.140 2005/10/01 16:36:35 ryo_saeba Exp $";
  */   */
   
   
Line 1227
 
Line 1227
 }  }
   
 int dimension_door(object *op,object *caster, object *spob, int dir) {  int dimension_door(object *op,object *caster, object *spob, int dir) {
     int dist, maxdist, mflags;      uint32 dist, maxdist;
       int mflags;
   
     if(op->type!=PLAYER)      if(op->type!=PLAYER)
  return 0;   return 0;


Legend:
line(s) removed in v.1.139 
line(s) changed
 line(s) added in v.1.140

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