src/network/network_gui.cpp
changeset 10625 3c1f6a26db71
parent 10607 1ab30cead125
child 10641 13148f508e6d
equal deleted inserted replaced
10624:ab50fd390ac6 10625:3c1f6a26db71
  1319 	int client_no;
  1319 	int client_no;
  1320 	char action[MAX_CLIENTLIST_ACTION][50];
  1320 	char action[MAX_CLIENTLIST_ACTION][50];
  1321 	ClientList_Action_Proc *proc[MAX_CLIENTLIST_ACTION];
  1321 	ClientList_Action_Proc *proc[MAX_CLIENTLIST_ACTION];
  1322 
  1322 
  1323 	NetworkClientListPopupWindow(int x, int y, const Widget *widgets, int client_no) :
  1323 	NetworkClientListPopupWindow(int x, int y, const Widget *widgets, int client_no) :
  1324 			Window(x, y, 150, 100, NULL, WC_TOOLBAR_MENU, widgets),
  1324 			Window(x, y, 150, 100, WC_TOOLBAR_MENU, widgets),
  1325 			sel_index(0), client_no(client_no)
  1325 			sel_index(0), client_no(client_no)
  1326 	{
  1326 	{
  1327 		/*
  1327 		/*
  1328 		 * Fill the actions this client has.
  1328 		 * Fill the actions this client has.
  1329 		 * Watch is, max 50 chars long!
  1329 		 * Watch is, max 50 chars long!