[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

@@ -450,7 +450,6 @@ void oedit_disp_val1_menu(struct descriptor_data *d)
write_to_output(d, "Number of gold coins : ");
break;
case ITEM_NOTE:
break;
case ITEM_FURNITURE:
write_to_output(d, "Number of people it can hold : ");
break;