From d721051b549269e3b4cdfa82846facbb1b2272bd Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 31 Jul 2006 22:00:04 +0000 Subject: * Reconnect dialog upon server disconnect (bug #2805 tjw) --- src/qcommon/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qcommon') diff --git a/src/qcommon/common.c b/src/qcommon/common.c index a33eb6fd..cc105ee8 100644 --- a/src/qcommon/common.c +++ b/src/qcommon/common.c @@ -255,6 +255,7 @@ void QDECL Com_Error( int code, const char *fmt, ... ) { } } #endif + Cvar_Set("com_errorCode", va("%i", code)); // when we are running automated scripts, make sure we // know if anything failed -- cgit