hedgewars/uStore.pas
changeset 2397 2ca4ca6b4bab
parent 2376 ece7b87f1334
child 2426 9d674c5c828d
--- a/hedgewars/uStore.pas	Sun Sep 27 10:26:36 2009 +0000
+++ b/hedgewars/uStore.pas	Sun Sep 27 14:33:59 2009 +0000
@@ -61,6 +61,7 @@
 var PixelFormat: PSDL_PixelFormat = nil;
  SDLPrimSurface: PSDL_Surface = nil;
    PauseTexture,
+   SyncTexture,
    ConfirmTexture: PTexture;
    cScaleFactor: GLfloat = 2.0;
 
@@ -308,6 +309,7 @@
 
 PauseTexture:= RenderStringTex(trmsg[sidPaused], $FFFF00, fntBig);
 ConfirmTexture:= RenderStringTex(trmsg[sidConfirm], $FFFF00, fntBig);
+SyncTexture:= RenderStringTex(trmsg[sidSync], $FFFF00, fntBig);
 
 for ai:= Low(TAmmoType) to High(TAmmoType) do
 	with Ammoz[ai] do