File diff r221:56c7ed3a0581 → r222:4409829eb08f
network.c
Show inline comments
 
@@ -528,7 +528,7 @@ static void HandleCommandPacket(ClientSt
 
		qp = (QueuedCommand*)calloc(sizeof(QueuedCommand), 1);
 
	}
 
	qp->cp = *np;
 
	
 

	
 
	qp->frame = _frame_counter_max - GetNextSyncFrame();
 

	
 
	qp->callback = NULL;