Difference for main/multi.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 293
 
Line 293
         2, //VULCAN_ON          2, //VULCAN_ON
         2, //VULCAN_OFF          2, //VULCAN_OFF
 //added 6/7/99 by Victor Rachels for ingame config  //added 6/7/99 by Victor Rachels for ingame config
         1+1+24, //INGAME_CONFIG (p_type, player, #values*2)          1+1+1+64, //INGAME_CONFIG (p_type, player, version, data...)
 #endif  #endif
 };  };
   
Line 2834
 
Line 2834
                                 break;                                  break;
                 //added on 6/7/99 by Victor Rachels for ingame reconfig                  //added on 6/7/99 by Victor Rachels for ingame reconfig
                 case MULTI_INGAME_CONFIG:                  case MULTI_INGAME_CONFIG:
                                 reconfig_receive(buf+2,len-2);                                  reconfig_receive(buf,len);
                                 break;                                  break;
  default:   default:
  mprintf((1, "Invalid type in multi_process_input().\n"));   mprintf((1, "Invalid type in multi_process_input().\n"));

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