mirror of
https://github.com/UberGames/ioef.git
synced 2025-01-31 04:50:37 +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