File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/network/network_gui.cpp
Show inline comments
 
@@ -1728,7 +1728,7 @@ struct NetworkClientListPopupWindow : Wi
 
	uint sel_index;
 
	ClientID client_id;
 
	Point desired_location;
 
	SmallVector<ClientListAction, 2> actions; ///< Actions to execute
 
	std::vector<ClientListAction> actions; ///< Actions to execute
 

	
 
	/**
 
	 * Add an action to the list of actions to execute.