From 2ec425480898aba34a949b3a0b2dd8cd8d6aa09f Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Wed, 12 Dec 2012 19:59:07 +0000 Subject: [PATCH] IOQ3 commit 2354 --- reaction/code/client/cl_cgame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reaction/code/client/cl_cgame.c b/reaction/code/client/cl_cgame.c index d5c0c6c4..7ae936aa 100644 --- a/reaction/code/client/cl_cgame.c +++ b/reaction/code/client/cl_cgame.c @@ -210,7 +210,7 @@ void CL_ConfigstringModified( void ) { index = atoi( Cmd_Argv(1) ); if ( index < 0 || index >= MAX_CONFIGSTRINGS ) { - Com_Error( ERR_DROP, "configstring > MAX_CONFIGSTRINGS" ); + Com_Error( ERR_DROP, "CL_ConfigstringModified: bad index %i", index ); } // get everything after "cs " s = Cmd_ArgsFrom(2);