hedgewars/uVariables.pas
changeset 11519 aab4767d9a50
parent 11477 e425a6eb9da3
child 11520 663ecfb05df6
--- a/hedgewars/uVariables.pas	Wed Jan 20 00:57:09 2016 +0100
+++ b/hedgewars/uVariables.pas	Sat Jan 23 07:53:57 2016 +0100
@@ -212,6 +212,9 @@
     ScreenFade      : TScreenFade;
     ScreenFadeValue : LongInt;
     ScreenFadeSpeed : LongInt;
+    InCinematicMode : boolean;
+    CinematicSteps  : LongInt;
+    CinematicBarH   : LongInt;
 
     UIDisplay       : TUIDisplay;
     LocalMessage    : LongWord;
@@ -2685,6 +2688,9 @@
 
     disableLandBack := false;
     ScreenFade      := sfNone;
+    InCinematicMode := false;
+    CinematicSteps  := 0;
+    CinematicBarH   := 0;
 
     // those values still are not perfect
     cLeftScreenBorder:= round(-cMinZoomLevel * cScreenWidth);