hedgewars/uVariables.pas
changeset 11520 663ecfb05df6
parent 11519 aab4767d9a50
child 11544 b69f5f22a3ba
child 11704 1694b379c83f
--- a/hedgewars/uVariables.pas	Sat Jan 23 07:53:57 2016 +0100
+++ b/hedgewars/uVariables.pas	Sat Jan 23 08:11:14 2016 +0100
@@ -215,6 +215,7 @@
     InCinematicMode : boolean;
     CinematicSteps  : LongInt;
     CinematicBarH   : LongInt;
+    CinematicScript : boolean;
 
     UIDisplay       : TUIDisplay;
     LocalMessage    : LongWord;
@@ -2691,6 +2692,7 @@
     InCinematicMode := false;
     CinematicSteps  := 0;
     CinematicBarH   := 0;
+    CinematicScript := false;
 
     // those values still are not perfect
     cLeftScreenBorder:= round(-cMinZoomLevel * cScreenWidth);