version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.14 2001/10/14 07:57:14 gros Exp $"; | | * "$Id: commands.c,v 1.15 2001/10/30 00:49:02 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"apply", command_apply, 1.0}, /* should be variable */ | | {"apply", command_apply, 1.0}, /* should be variable */ |
{"archs", command_archs, 0.0}, | | {"archs", command_archs, 0.0}, |
{"brace", command_brace, 0.0}, | | {"brace", command_brace, 0.0}, |
{"cast", command_cast, 0.2}, /* Is this right? */ | | {"cast", command_cast, (float)0.2}, /* Is this right? */ |
{"disarm", command_disarm, 1.0}, | | {"disarm", command_disarm, 1.0}, |
{"dm", command_dm, 0.0}, | | {"dm", command_dm, 0.0}, |
{"drop", command_drop, 1.0}, | | {"drop", command_drop, 1.0}, |