File diff r10207:a1fc2f2a33db → r10208:ef8fcc3dc4ca
src/network/network_data.cpp
Show inline comments
 
@@ -10,13 +10,13 @@
 
#include "network_client.h"
 
#include "../command_func.h"
 
#include "../callback_table.h"
 
#include "../core/alloc_func.hpp"
 
#include "../string_func.h"
 
#include "../date_func.h"
 
#include "../player_func.h"
 
#include "../company_func.h"
 

	
 
// Add a command to the local command queue
 
void NetworkAddCommandQueue(NetworkTCPSocketHandler *cs, CommandPacket *cp)
 
{
 
	CommandPacket* new_cp = MallocT<CommandPacket>(1);