mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
removed a space too much after "say_team: " chat prompt.
This commit is contained in:
parent
1847c321f0
commit
2675960c2c
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ void Con_DrawNotify (void)
|
|||
if (chat_team)
|
||||
{
|
||||
SCR_DrawBigString (8, v, "say_team:", 1.0f );
|
||||
skip = 11;
|
||||
skip = 10;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue