equal
deleted
inserted
replaced
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 |