version 1.29 | | version 1.30 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.29 2002/11/13 05:24:53 garbled Exp $"; | | * "$Id: commands.c,v 1.30 2002/12/18 16:39:58 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"teleport", command_teleport,0.0}, | | {"teleport", command_teleport,0.0}, |
{"wizpass", command_wizpass,0.0}, | | {"wizpass", command_wizpass,0.0}, |
{"overlay_save", command_save_overlay, 0.0}, | | {"overlay_save", command_save_overlay, 0.0}, |
| | {"possess", command_possess, 0.0}, |
| | {"mon_aggr", command_mon_aggr, 0.0}, |
}; | | }; |
const int WizCommandsSize =sizeof(WizCommands) / sizeof(CommArray_s); | | const int WizCommandsSize =sizeof(WizCommands) / sizeof(CommArray_s); |
| | |