hedgewars/uChat.pas
changeset 9666 8dcb25112d96
parent 9569 dd1861ca4def
child 9669 9fa0f67ff628
--- a/hedgewars/uChat.pas	Thu Oct 31 21:13:07 2013 -0400
+++ b/hedgewars/uChat.pas	Fri Nov 01 23:50:13 2013 +0400
@@ -175,7 +175,7 @@
     DrawFillRect(r);
     Tint($00, $00, $00, $80);
     DrawTexture(9 - cScreenWidth div 2, visibleCount * 16 + 11, InputStr.Tex);
-    Tint($FF, $FF, $FF, $FF);
+    untint;
     DrawTexture(8 - cScreenWidth div 2, visibleCount * 16 + 10, InputStr.Tex);
     end;
 
@@ -188,7 +188,7 @@
     DrawFillRect(r);
     Tint($00, $00, $00, $80);
     DrawTexture(9 - cScreenWidth div 2, (visibleCount - t) * 16 - 5, Strs[i].Tex);
-    Tint($FF, $FF, $FF, $FF);
+    untint;
     DrawTexture(8 - cScreenWidth div 2, (visibleCount - t) * 16 - 6, Strs[i].Tex);
     dec(r.y, 16);