From ce41605441c55110aa523250987b50235261a6f6 Mon Sep 17 00:00:00 2001 From: thilo Date: Thu, 10 Apr 2008 15:37:25 +0000 Subject: Add com_standalone cvar for at-runtime handling of mods that do not require the original quake3 game data. git-svn-id: svn://svn.icculus.org/quake3/trunk@1309 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/net_ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/net_ip.c') diff --git a/code/qcommon/net_ip.c b/code/qcommon/net_ip.c index 22c1273..c481add 100644 --- a/code/qcommon/net_ip.c +++ b/code/qcommon/net_ip.c @@ -921,7 +921,7 @@ void NET_SetMulticast6(void) Com_Printf("WARNING: NET_JoinMulticast6: Incorrect multicast address given, " "please set cvar %s to a sane value.\n", net_mcast6addr->name); - Cvar_Set(net_enabled->name, va("%d", net_enabled->integer | NET_DISABLEMCAST)); + Cvar_SetValue(net_enabled->name, net_enabled->integer | NET_DISABLEMCAST); return; } -- cgit v1.2.3