equal
deleted
inserted
replaced
69 cl.Width:= w + 4; |
69 cl.Width:= w + 4; |
70 SDL_UpperBlit(strSurface, nil, resSurface, nil); |
70 SDL_UpperBlit(strSurface, nil, resSurface, nil); |
71 SDL_FreeSurface(strSurface); |
71 SDL_FreeSurface(strSurface); |
72 |
72 |
73 cl.Time:= RealTicks + 12500; |
73 cl.Time:= RealTicks + 12500; |
74 cl.Tex:= Surface2Tex(resSurface); |
74 cl.Tex:= Surface2Tex(resSurface, false); |
75 |
75 |
76 SDL_FreeSurface(resSurface) |
76 SDL_FreeSurface(resSurface) |
77 end; |
77 end; |
78 |
78 |
79 procedure AddChatString(s: shortstring); |
79 procedure AddChatString(s: shortstring); |