This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
extern int net_driverlevel;
extern cvar_t hostname;
+extern cvar_t developer_networking;
extern char playername[];
extern int playercolor;
cvar_t net_messagetimeout = {0, "net_messagetimeout","300"};
cvar_t hostname = {CVAR_SAVE, "hostname", "UNNAMED"};
+cvar_t developer_networking = {0, "developer_networking", "0"};
qboolean configRestored = false;
Cvar_RegisterVariable (&net_messagetimeout);
Cvar_RegisterVariable (&hostname);
+ Cvar_RegisterVariable (&developer_networking);
Cmd_AddCommand ("net_slist", NET_Slist_f);
Cmd_AddCommand ("net_inetslist", NET_InetSlist_f);