diff --git a/network_gamelist.c b/network_gamelist.c --- a/network_gamelist.c +++ b/network_gamelist.c @@ -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;