version 1.17 | | version 1.18 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.17 2001/11/11 09:39:54 gros Exp $"; | | * "$Id: commands.c,v 1.18 2002/01/03 21:32:57 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ | | {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ |
{"summon", command_summon,0.0}, | | {"summon", command_summon,0.0}, |
{"wizpass", command_wizpass,0.0}, | | {"wizpass", command_wizpass,0.0}, |
| | {"overlay_save", command_save_overlay, 0.0}, |
}; | | }; |
const int WizCommandsSize =sizeof(WizCommands) / sizeof(CommArray_s); | | const int WizCommandsSize =sizeof(WizCommands) / sizeof(CommArray_s); |
| | |