hedgewars/uChat.pas
branchui-scaling
changeset 13387 706b34d0ce60
parent 13386 72bbccf9a715
child 13388 32a1696ca93a
equal deleted inserted replaced
13386:72bbccf9a715 13387:706b34d0ce60
  1255     ChatHidden:= false;
  1255     ChatHidden:= false;
  1256     firstDraw:= true;
  1256     firstDraw:= true;
  1257 
  1257 
  1258     LastChatScaleValue:= 0;
  1258     LastChatScaleValue:= 0;
  1259     LastUIScaleValue:= 0;
  1259     LastUIScaleValue:= 0;
  1260     SkipNextInput:= true;
  1260     SkipNextInput:= false;
  1261 
  1261 
  1262     InputLinePrefix.Tex:= nil;
  1262     InputLinePrefix.Tex:= nil;
  1263     UpdateInputLinePrefix();
  1263     UpdateInputLinePrefix();
  1264     inputStr.s:= '';
  1264     inputStr.s:= '';
  1265     inputStr.Tex := nil;
  1265     inputStr.Tex := nil;