[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

@ -432,7 +432,7 @@
/* 128 Bits */
#define RF_ARRAY_MAX 4
#define PM_ARRAY_MAX 4
#define PR_ARRAY_MAX NUM_PRF_FLAGS / 32 + 1
#define PR_ARRAY_MAX 4
#define AF_ARRAY_MAX 4
#define TW_ARRAY_MAX 4
#define EF_ARRAY_MAX 4
@ -768,7 +768,7 @@ struct player_special_data_saved {
byte freeze_level; /* Level of god who froze char, if any */
sh_int invis_level; /* level of invisibility */
room_vnum load_room; /* Which room to place char in */
int pref[NUM_PRF_FLAGS /32 + 1]; /* preference flags for players */
int pref[PR_ARRAY_MAX]; /* preference flags for players */
ubyte bad_pws; /* number of bad password attemps */
sbyte conditions[3]; /* Drunk, hunger, thirst */
struct txt_block *comm_hist[NUM_HIST]; /* Player's comms history */