hedgewars/uChat.pas
changeset 984 dd5f16f69926
parent 950 feb18ec0c5c2
child 988 cdff3f6f9b38
equal deleted inserted replaced
983:d21ad13cd17d 984:dd5f16f69926
    69 SDL_UpperBlit(strSurface, nil, resSurface, nil);
    69 SDL_UpperBlit(strSurface, nil, resSurface, nil);
    70 
    70 
    71 SDL_FreeSurface(strSurface);
    71 SDL_FreeSurface(strSurface);
    72 
    72 
    73 cl.s:= str;
    73 cl.s:= str;
    74 cl.Time:= RealTicks + 7500;
    74 cl.Time:= RealTicks + 12500;
    75 cl.Tex:= Surface2Tex(resSurface);
    75 cl.Tex:= Surface2Tex(resSurface);
    76 SDL_FreeSurface(resSurface)
    76 SDL_FreeSurface(resSurface)
    77 end;
    77 end;
    78 
    78 
    79 procedure AddChatString(s: shortstring);
    79 procedure AddChatString(s: shortstring);