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


version 1.1 version 1.2
Line 2
 
Line 2
   
 #ifndef _RECONFIG_H  #ifndef _RECONFIG_H
 #define _RECONFIG_H  #define _RECONFIG_H
 #define RECONFIG_GAMEMODE             1  #define RECONFIG_VERSION             0
   /*#define RECONFIG_GAMEMODE             1
 #define RECONFIG_GAME_FLAGS           2  #define RECONFIG_GAME_FLAGS           2
 #define RECONFIG_DIFFICULTY           4  #define RECONFIG_DIFFICULTY           4
 #define RECONFIG_CONTROL_INVUL_TIME   8  #define RECONFIG_CONTROL_INVUL_TIME   8
Line 10
 
Line 11
 #define RECONFIG_FLAGS                32  #define RECONFIG_FLAGS                32
 #define RECONFIG_PPS                  64  #define RECONFIG_PPS                  64
 #define RECONFIG_PROTOCOL_VERSION     128  #define RECONFIG_PROTOCOL_VERSION     128
 #define RECONFIG_MAX_NUMPLAYERS       256  #define RECONFIG_MAX_NUMPLAYERS       256*/
   
 void reconfig_send_gameinfo();  void reconfig_send_gameinfo();
 void reconfig_receive(ubyte *values,int len);  void reconfig_receive(ubyte *values,int len);

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