Difference for main/ignore.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 14
 
Line 14
 #include "player.h" //For CALLSIGN_LEN and Player_num vars...  #include "player.h" //For CALLSIGN_LEN and Player_num vars...
 #include "network.h" //For TheirPlayernum, network_disconnect_player(), Network_player_rejoining, and iPlayerLoop.  #include "network.h" //For TheirPlayernum, network_disconnect_player(), Network_player_rejoining, and iPlayerLoop.
 #include "hudmsg.h"  #include "hudmsg.h"
   //added on 6/15/99 by Owen Evans
   #include "strutil.h"
   //end added - OE
   
 extern int multi_message_index;  extern int multi_message_index;
   

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