version 1.139 | | version 1.140 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
| | |
| | |
} | | } |
| | |
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; |