diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 11:14:47 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:14:47 +0000 |
commit | b6ce8f15e93332e5da2f335905ffe06a1cf8e97f (patch) | |
tree | d14423960e0085030956936a4cf95f0d0c3a5d1f /src | |
parent | 84d32d5b178295684f1d5ee865eb2ffb9dd675d3 (diff) |
Fix for
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/ui_atoms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_atoms.c b/src/ui/ui_atoms.c index 90b70114..0c48f797 100644 --- a/src/ui/ui_atoms.c +++ b/src/ui/ui_atoms.c @@ -164,7 +164,7 @@ qboolean UI_ConsoleCommand( int realTime ) { trap_Cvar_Set( "ui_sayBuffer", "" ); - switch( cmd[ strlen(cmd) ] ) + switch( cmd[ 14 ] ) { default: case '\0': |