diff -r fb9ad1587054 -r f2008d0ce3f8 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Jan 31 22:43:09 2010 +0000 +++ b/hedgewars/uWorld.pas Sun Jan 31 22:52:42 2010 +0000 @@ -654,7 +654,7 @@ case Group of capgrpGameState: Captions[Group].EndTime:= RealTicks + 2200 else - Captions[Group].EndTime:= RealTicks + 1400 + Captions[Group].Tex^.w*3; + Captions[Group].EndTime:= RealTicks + 1400 + LongWord(Captions[Group].Tex^.w) * 3; end; end;