diff -r d21ad13cd17d -r dd5f16f69926 hedgewars/uChat.pas --- 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;