diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-05-04 15:37:08 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2006-05-04 15:37:08 +0000 |
commit | 407ff50f25602e42165e3469019da14464a40b06 (patch) | |
tree | 44aa394283be75afe12bf382f5e34e9b43e7ce91 /code/client | |
parent | 590018b5cd476a4f2ee8963f5342d0a6c5adcdcb (diff) | |
download | ioquake3-aero-407ff50f25602e42165e3469019da14464a40b06.tar.gz ioquake3-aero-407ff50f25602e42165e3469019da14464a40b06.zip |
removed a space too much after "say_team: " chat prompt.
git-svn-id: svn://svn.icculus.org/quake3/trunk@739 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/client')
-rw-r--r-- | code/client/cl_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/client/cl_console.c b/code/client/cl_console.c index 98ec0b6..09e48e7 100644 --- a/code/client/cl_console.c +++ b/code/client/cl_console.c @@ -555,7 +555,7 @@ void Con_DrawNotify (void) if (chat_team) { SCR_DrawBigString (8, v, "say_team:", 1.0f ); - skip = 11; + skip = 10; } else { |