hedgewars/uStore.pas
changeset 13961 4355b8c4099e
parent 13879 6b2c87490f0a
child 13979 6938cab93016
equal deleted inserted replaced
13960:0e2fd51c4a52 13961:4355b8c4099e
   531             end;
   531             end;
   532 
   532 
   533     // number of weapons in ammo menu
   533     // number of weapons in ammo menu
   534     for i:= Low(CountTexz) to High(CountTexz) do
   534     for i:= Low(CountTexz) to High(CountTexz) do
   535         begin
   535         begin
   536         tmpsurf:= TTF_RenderUTF8_Blended(Fontz[fnt16].Handle, Str2PChar(Format(shortstring(trmsg[sidAmmoCount]), IntToStr(i))), cWhiteColorChannels);
   536         tmpsurf:= TTF_RenderUTF8_Blended(Fontz[CheckCJKFont(trmsg[sidAmmoCount],fnt16)].Handle, Str2PChar(Format(shortstring(trmsg[sidAmmoCount]), IntToStr(i))), cWhiteColorChannels);
   537         tmpsurf:= doSurfaceConversion(tmpsurf);
   537         tmpsurf:= doSurfaceConversion(tmpsurf);
   538         FreeAndNilTexture(CountTexz[i]);
   538         FreeAndNilTexture(CountTexz[i]);
   539         CountTexz[i]:= Surface2Tex(tmpsurf, false);
   539         CountTexz[i]:= Surface2Tex(tmpsurf, false);
   540         SDL_FreeSurface(tmpsurf)
   540         SDL_FreeSurface(tmpsurf)
   541         end;
   541         end;