[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:
Rumble
2008-01-06 03:01:36 +00:00
parent b8bf900585
commit f8576c63d7
6 changed files with 13 additions and 8 deletions

View File

@@ -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;