hedgewars/uStore.pas
changeset 1023 2a32ee7affa3
parent 883 07a568ba44e0
child 1045 ea195268734f
--- a/hedgewars/uStore.pas	Sun Jun 22 19:26:01 2008 +0000
+++ b/hedgewars/uStore.pas	Sun Jun 22 20:40:39 2008 +0000
@@ -45,7 +45,8 @@
 
 var PixelFormat: PSDL_PixelFormat;
  SDLPrimSurface: PSDL_Surface;
-   PauseTexture: PTexture;
+   PauseTexture,
+   ConfirmTexture: PTexture;
 
 implementation
 uses uMisc, uConsole, uLand, uLocale, GLU;
@@ -295,6 +296,7 @@
 InitHealth;
 
 PauseTexture:= RenderStringTex(trmsg[sidPaused], $FFFF00, fntBig);
+ConfirmTexture:= RenderStringTex(trmsg[sidConfirm], $FFFF00, fntBig);
 
 for ai:= Low(TAmmoType) to High(TAmmoType) do
 	with Ammoz[ai] do