diff -r e13a1117152b -r 2ca4ca6b4bab hedgewars/uStore.pas --- 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