(svn r12709) -Feature: show the last joined server. Heavily based on a patch by Yexo.
This commit is contained in:
@@ -25,6 +25,8 @@ NetworkGameList *_network_game_list = NULL;
|
||||
* @return a point to the newly added or already existing item */
|
||||
NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port)
|
||||
{
|
||||
if (ip == 0) return NULL;
|
||||
|
||||
NetworkGameList *item, *prev_item;
|
||||
|
||||
prev_item = NULL;
|
||||
|
Reference in New Issue
Block a user