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


version 1.1 version 1.2
Line 19
 
Line 19
  * Prototypes for network management functions.   * Prototypes for network management functions.
  *    *
  * $Log$   * $Log$
  * Revision 1.1  1999/06/14 22:12:45  donut   * Revision 1.2  2003/03/09 06:41:01  donut
  * Initial revision   * change byte typedef to sbyte to avoid conflict with win32 byte which is unsigned
    *
    * Revision 1.1.1.1  1999/06/14 22:12:45  donut
    * Import of d1x 1.37 source.
  *   *
  * Revision 2.2  1995/03/21  14:58:09  john   * Revision 2.2  1995/03/21  14:58:09  john
  * *** empty log message ***   * *** empty log message ***
Line 471
 
Line 474
 typedef struct endlevel_info {  typedef struct endlevel_info {
         ubyte                                   type;          ubyte                                   type;
         ubyte                                   player_num;          ubyte                                   player_num;
         byte                                    connected;          sbyte                                   connected;
         short                                   kill_matrix[MAX_PLAYERS][MAX_PLAYERS];          short                                   kill_matrix[MAX_PLAYERS][MAX_PLAYERS];
         short                                   kills;          short                                   kills;
         short                                   killed;          short                                   killed;

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