hedgewars/uStore.pas
changeset 9670 1954f692e8c6
parent 9656 18422d205080
child 9677 71626318f80e
child 9768 08799c901a42
--- a/hedgewars/uStore.pas	Sun Nov 03 22:37:41 2013 +0400
+++ b/hedgewars/uStore.pas	Sun Nov 03 22:39:00 2013 +0400
@@ -403,6 +403,7 @@
 InitHealth;
 
 PauseTexture:= RenderStringTex(trmsg[sidPaused], cYellowColor, fntBig);
+AFKTexture:= RenderStringTex(trmsg[sidAFK], cYellowColor, fntBig);
 ConfirmTexture:= RenderStringTex(trmsg[sidConfirm], cYellowColor, fntBig);
 SyncTexture:= RenderStringTex(trmsg[sidSync], cYellowColor, fntBig);
 
@@ -483,6 +484,7 @@
 FreeAndNilTexture(CrosshairTexture);
 FreeAndNilTexture(WeaponTooltipTex);
 FreeAndNilTexture(PauseTexture);
+FreeAndNilTexture(AFKTexture);
 FreeAndNilTexture(SyncTexture);
 FreeAndNilTexture(ConfirmTexture);
 FreeAndNilTexture(ropeIconTex);