diff -r dfa6a6fe1542 -r d17c71ee074e hedgewars/uChat.pas --- a/hedgewars/uChat.pas Wed Jun 11 21:00:58 2008 +0000 +++ b/hedgewars/uChat.pas Wed Jun 11 21:41:44 2008 +0000 @@ -114,7 +114,7 @@ if (GameState = gsChat) and (InputStr.Tex <> nil) then - DrawTexture(11, visibleCount * 16 + 10, InputStr.Tex); + DrawTexture(8, visibleCount * 16 + 10, InputStr.Tex); end; procedure KeyPressChat(Key: Longword);