Difference for main/hudmsg.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 20
 
Line 20
 #define MSGC_NOREDUNDANCY (~(MSGC_PICKUP_TOOMUCH | MSGC_PICKUP_ALREADY))  #define MSGC_NOREDUNDANCY (~(MSGC_PICKUP_TOOMUCH | MSGC_PICKUP_ALREADY))
 #define MSGC_PLAYERMESSAGES (~(MSGC_PICKUP_TOOMUCH | MSGC_PICKUP_ALREADY | MSGC_PICKUP_OK))  #define MSGC_PLAYERMESSAGES (~(MSGC_PICKUP_TOOMUCH | MSGC_PICKUP_ALREADY | MSGC_PICKUP_OK))
   
   #define HUD_MESSAGE_LENGTH 150
   #define HUD_MAX_NUM 80 //max to display in scrollback mode (and as such, the max to store, period)
   
   extern int HUD_max_num_disp;
   
 extern int MSG_Playermessages;  extern int MSG_Playermessages;
 extern int MSG_Noredundancy;  extern int MSG_Noredundancy;
   

Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2