diff -r 47d704c76f88 -r 3b71e57fd22b src/network/network_gamelist.cpp --- a/src/network/network_gamelist.cpp Fri Feb 23 08:19:24 2007 +0000 +++ b/src/network/network_gamelist.cpp Fri Feb 23 08:37:33 2007 +0000 @@ -1,5 +1,10 @@ /* $Id$ */ +/** + * @file network_gamelist.cpp This file handles the GameList + * Also, it handles the request to a server for data about the server + */ + #ifdef ENABLE_NETWORK #include "../stdafx.h" @@ -11,11 +16,6 @@ #include "network_gamelist.h" #include "network_gui.h" -/** - * @file network_gamelist.cpp This file handles the GameList - * Also, it handles the request to a server for data about the server - */ - NetworkGameList *_network_game_list = NULL; /** Should we stop/contiue requerying of offline servers? */