hedgewars/uStore.pas
changeset 13832 10a3b80130b5
parent 13821 94d0d1ab7a0e
child 13876 aa321e51da14
equal deleted inserted replaced
13831:b07610de9957 13832:10a3b80130b5
   509 
   509 
   510     PauseTexture:= RenderStringTex(trmsg[sidPaused], cCentralMessageColor, fntBig);
   510     PauseTexture:= RenderStringTex(trmsg[sidPaused], cCentralMessageColor, fntBig);
   511     AFKTexture:= RenderStringTex(trmsg[sidAFK], cCentralMessageColor, fntBig);
   511     AFKTexture:= RenderStringTex(trmsg[sidAFK], cCentralMessageColor, fntBig);
   512     keyConfirm:= KeyBindToName('confirm');
   512     keyConfirm:= KeyBindToName('confirm');
   513     keyQuit:= KeyBindToName('quit');
   513     keyQuit:= KeyBindToName('quit');
   514     ConfirmTexture:= RenderStringTex(Format(trmsg[sidConfirm], [keyConfirm, keyQuit]), cCentralMessageColor, fntBig);
   514     ConfirmTexture:= RenderStringTex(Format(trmsg[sidConfirm], keyConfirm, keyQuit), cCentralMessageColor, fntBig);
   515     SyncTexture:= RenderStringTex(trmsg[sidSync], cCentralMessageColor, fntBig);
   515     SyncTexture:= RenderStringTex(trmsg[sidSync], cCentralMessageColor, fntBig);
   516 
   516 
   517     if not reload then
   517     if not reload then
   518         AddProgress;
   518         AddProgress;
   519 
   519