version 1.9 | | version 1.10 |
---|
| | |
/* | | /* |
* static char *rcsid_sock_info_c = | | * static char *rcsid_sock_info_c = |
* "$Id: info.c,v 1.9 2002/09/28 07:19:40 mwedel Exp $"; | | * "$Id: info.c,v 1.10 2002/11/13 00:49:47 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
} | | } |
break; | | break; |
case range_magic: | | case range_magic: |
#ifdef CASTING_TIME | | if (settings.casting_time == TRUE) { |
if (pl->casting > -1) { | | if (pl->casting > -1) { |
if (pl->casting == 0) | | if (pl->casting == 0) |
sprintf(obuf,"Range: Holding spell (%s)", | | sprintf(obuf,"Range: Holding spell (%s)", |
| | |
else | | else |
sprintf(obuf,"Range: Casting spell (%s)", | | sprintf(obuf,"Range: Casting spell (%s)", |
pl->spell->name); | | pl->spell->name); |
} | | } else |
else | | sprintf(obuf,"Range: spell (%s)", |
#endif | | spells[pl->contr->chosen_spell].name); |
| | } else |
sprintf(obuf,"Range: spell (%s)", | | sprintf(obuf,"Range: spell (%s)", |
spells[pl->contr->chosen_spell].name); | | spells[pl->contr->chosen_spell].name); |
break; | | break; |