hedgewars/uChat.pas
changeset 984 dd5f16f69926
parent 950 feb18ec0c5c2
child 988 cdff3f6f9b38
--- a/hedgewars/uChat.pas	Mon Jun 09 15:26:52 2008 +0000
+++ b/hedgewars/uChat.pas	Mon Jun 09 20:34:45 2008 +0000
@@ -71,7 +71,7 @@
 SDL_FreeSurface(strSurface);
 
 cl.s:= str;
-cl.Time:= RealTicks + 7500;
+cl.Time:= RealTicks + 12500;
 cl.Tex:= Surface2Tex(resSurface);
 SDL_FreeSurface(resSurface)
 end;