File diff r18976:82f432f25f0a → r18977:1c3e0e63f950
src/network/network_command.cpp
Show inline comments
 
@@ -264,7 +264,7 @@ static void DistributeQueue(CommandQueue
 
{
 
#ifdef DEBUG_DUMP_COMMANDS
 
	/* When replaying we do not want this limitation. */
 
	int to_go = MAX_UINT16;
 
	int to_go = UINT16_MAX;
 
#else
 
	int to_go = _settings_client.network.commands_per_frame;
 
#endif