From bde7623f497b9624585db62a40459f096a307c1e Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Wed, 23 Feb 2011 19:29:06 +0300 Subject: Make CL_Disconnect receive only error type as an argument. --- src/sv_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sv_init.c') diff --git a/src/sv_init.c b/src/sv_init.c index bd647e7..bba7354 100644 --- a/src/sv_init.c +++ b/src/sv_init.c @@ -208,7 +208,7 @@ void SV_InitGame( qboolean ismvd ) { } else { #if USE_CLIENT // make sure the client is down - CL_Disconnect( ERR_DISCONNECT, NULL ); + CL_Disconnect( ERR_DISCONNECT ); SCR_BeginLoadingPlaque(); #endif -- cgit v1.2.3