summaryrefslogtreecommitdiff
path: root/src/client/cl_cgame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/cl_cgame.c')
-rw-r--r--src/client/cl_cgame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/cl_cgame.c b/src/client/cl_cgame.c
index 00bddcd4..b30446fa 100644
--- a/src/client/cl_cgame.c
+++ b/src/client/cl_cgame.c
@@ -208,7 +208,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 <num>"
s = Cmd_ArgsFrom(2);