mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-11 15:22:34 +01:00
[Jan 06 2008] - Rumble
Removed break in oedit_disp_val1_menu ITEM_NOTE that caused a delay. (thanks Rhade) Fixed tlist when specifying a range. (thanks Rhade)
This commit is contained in:
parent
b8bf900585
commit
f8576c63d7
6 changed files with 13 additions and 8 deletions
|
|
@ -1772,7 +1772,7 @@ ACMD(do_toggle)
|
|||
{
|
||||
char buf2[4], arg[MAX_INPUT_LENGTH], arg2[MAX_INPUT_LENGTH];
|
||||
int toggle, tp, wimp_lev, result = 0, len = 0;
|
||||
const char *types[] = { "OFF", "BRIEF", "NORMAL", "ON", "\n" };
|
||||
const char *types[] = { "off", "brief", "normal", "on", "\n" };
|
||||
|
||||
const struct {
|
||||
char *command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue