hedgewars/uChat.pas
changeset 991 d17c71ee074e
parent 990 dfa6a6fe1542
child 993 4319810f23c1
--- 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);