File diff r715:f920f6262d41 → r716:ae3edbaa50e7
network_gamelist.c
Show inline comments
 
@@ -65,7 +65,7 @@ NetworkGameList *NetworkGameListAddItem(
 
	return item;
 
}
 

	
 
void NetworkGameListAddQueriedItem(NetworkGameInfo *info, bool server_online)
 
void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online)
 
{
 
	// We queried a server and now we are going to add it to the list
 
	NetworkGameList *item;